GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I need the html code for multiple popups at once (https://gfy.com/showthread.php?t=97001)

MisterXXX 12-31-2002 10:47 AM

I need the html code for multiple popups at once
 
Guys, I need the html code for multiple (3 or more) popups at once when you open a page.
Can anyone tell me where to find it?
Thnx
Best wishes for 2003!!

MisterXXX 12-31-2002 10:48 AM

or java script
thnx

jimmyf 12-31-2002 10:59 AM

just pop 1 have it pop another...and have it pop another...with java...

mrthumbs 12-31-2002 11:00 AM

PHP Code:

<script type="text/javascript"
alert("Please hold shift while pressing those 3 links on the main page!"


MrPopup 12-31-2002 11:06 AM

Here...try this one

<blockquote>
<html>
<body>
<!-- Start Popup Script -->
<Annoy surfers and continue to use dated promotional techniques>

Insert popup contents here

</Annoy surfers and continue to use dated promotional techniques>
<!-- End Popup Script -->
</body>
</html> </blockquote>

MisterXXX 12-31-2002 11:31 AM

which one?
I just want a script that opens 3 new IE windows automatically when someone enters my site...
Any suggestions???

Kat - Fast 12-31-2002 12:05 PM

Quote:

Originally posted by MisterXXX
which one?
I just want a script that opens 3 new IE windows automatically when someone enters my site...
Any suggestions???

You are in league with the devil sir.

demented 12-31-2002 12:12 PM

Hot Scripts :thumbsup

sexyclicks 12-31-2002 12:15 PM

http://www.ascripts.com/products/amtp.shtml

Roxane 12-31-2002 12:16 PM

Quote:

Originally posted by mrthumbs
PHP Code:

<script type="text/javascript"
alert("Please hold shift while pressing those 3 links on the main page!"


If I'm not mistaken, this should work. :321GFY

49thParallel 12-31-2002 01:00 PM

This one will work. Put it between the head commands

script
window.open("http://www.xxx.com/popup1.html");
window.open("http://www.xxx.com/popup3.html");
self.focus();
window.open("http://www.xxx.com/popup2.html");
script

In the example above popup2 will pop up in front of all existing pages.

Note: to allow this post to show up, I had to remove the <> around the word "script" at the start of the code. The word script on the bottom of the code will need a bracket and a / in front of the word script and a bracket after the word script. You will have to add these, or else the script won't work. (The hoops you have to go through to make code show up on a message board)

Popup1 and Popup3 will popup behind the page that spawns the popup. Mix and match to achieve whatever effect you want.

(And use them for good, not evil...or at least send them to my pop-up killer software :)

MisterXXX 01-01-2003 02:41 AM

Thank you all guys!!!

Happy New Year to all

fuxu 01-01-2003 05:08 AM

Your welcome, man!

FuqALot 01-01-2003 05:38 AM

Quote:

Originally posted by mrthumbs
PHP Code:

<script type="text/javascript"
alert("Please hold shift while pressing those 3 links on the main page!"


hehe.


All times are GMT -7. The time now is 03:11 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123