Just want to know what you call it. Or if there are any free scripts I can easily drop in my blogger html code section and have a image (banner, promo,ad) or even a sign up/email subscription box. Where can I find this...please help me
use javascript for calling a pop up , for opening a window when the site loads at the client end use javascripts its easy to code with it
hi i have been battling for a couple of days to find the right scripts for this. what works in IE, fails in firefox, chrome or safari.. mindf***cked. please help!! want to make a clickable link, that when clicked opens a pop up window with exact dimensions as specified.
to clarify, we're trying to build a pop-up add out of jpg artwork that is in itself a clickable link. don't want address bar and all that shite, just a window that pops up. it needs to be put on our server so when marketeer pops our ad up, what gets pulled is just a smallish window containing the jpg. copy is in the jpg itself.
Use this to popup window <script language="javascript"> window.open('http://yoursite.com','','width=800,height=600') </script>
ok thanks will try out. r u sure it works on all browsers though? we'll give it a shot anyways thanks