Chops
10-24-2004, 04:51 PM
I need a already made code that I can put on my site so when someone goes to my site a popup will come up of a site/ad
Someone please help... QUICK to.,.
Someone please help... QUICK to.,.
|
View Full Version : Pop-Up Help Chops 10-24-2004, 04:51 PM I need a already made code that I can put on my site so when someone goes to my site a popup will come up of a site/ad Someone please help... QUICK to.,. StarryIlove 10-24-2004, 05:14 PM I'm not sure I get what you mean. You want your site to be a pop up? If thats what you want you will have to make a welcome page and pop up your site from that. starlet 10-24-2004, 05:21 PM Automatic popup? Try here: http://www.nowsell.com/pop-ups/pop-up-scripts.html Chops 10-24-2004, 05:33 PM Automatic popup? Try here: http://www.nowsell.com/pop-ups/pop-up-scripts.html seee... to many instructions... isnt there a full code starlet 10-24-2004, 05:34 PM Explain EXACTLY what you mean/want and i'll see what i can do. At the moment your question isnt very clear and if you want just an automatic popup theres copy and paste codes on the page i gave you... Chops 10-24-2004, 05:36 PM I just dont exactly understand how to put code It all together. <script language="javascript"> <!-- begin function popup(Site) { window.open(Site,'PopupName','toolbar=no,statusbar =no, location=no,scrollbars=yes,resizable=yes,width=275 ,height=200') } // end --> </script> And add the following code into your <BODY> tag: onLoad="popup('URL/to/popup.html')" Your <BODY> tag should then look something like this: <BODY bgcolor="#ffffff" text="#000000" onLoad="popup('http://NowSell.com/popup.html')"> Seee... theres 3 things.. u need to add together.. i dont know how to put it together, im asking for someone to do it for me. starlet 10-24-2004, 05:38 PM Ok i see, do you have the rest of the page already coded and just need this script adding in? If so post a URL to the page/site you want to add this auto popup to and tell us the URL of the page you want to open in the popup and someone should be able to put it together for you :) Chops 10-24-2004, 05:40 PM Sorry Link not appropriate ^^ Thats the site I'm putting the code on.. http://www.darkwars.org/index.php?a=click&id=46975 ^^ Thats the site I want in the pop up when someone enters my site! starlet 10-24-2004, 05:51 PM Had to remove the URL, wasnt appropriate for this forum, sorry. Heres the code you need, some things might be blocked out by the bad word filter here so if you see zzzz's thats why. I bolded the things i added. edit: actually sod it, i'll upload it and PM you the URL, it looks crazy when posted here lol Check your PMs in a minute, go to the URL i give you then view the source to get the code. Chops 10-24-2004, 05:53 PM So copy this to the HTML part? Chops 10-24-2004, 05:54 PM Doesnt work. :( starlet 10-24-2004, 05:55 PM Yeah posting the code on the forum messed it up a bit, if you go to the URL i sent you in PM and get the code that way it should work. I have to go offline now so hope it works for you, otherwise i'll be back later tonight. leeleeleeywombu 10-29-2004, 01:25 PM to confusing |