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 a popup javascript ... (https://gfy.com/showthread.php?t=85474)

Naughty 10-30-2002 08:40 AM

I need a popup javascript ...
 
Let's say I have 5 links, I want to be able to open each link in a new window, but that window needs to be a fixed width.
Just like the average popup window, but it must be controlled by any number of links, not just 1 link per javascript.
Kinda like Javascript:openWin(thewindowineed.html);


I've seen javascripts like this for pictures, but does anybody know of where I can find one for pages?

I have searched on scriptsearch.com and javascripts.com (and a few others), but no luck so far.

X37375787 10-30-2002 08:43 AM

http://www.clickforcontent.com/popupwindowgenerator.htm

This might help you.

flashfreak 10-30-2002 08:56 AM

Code:

function winopen(title,inst)
{
window.open(title,inst,'width=500,height=300,resizable=no,toolbar=no,scrollbars=no,status=no,menubar=no');
}

you can cal it like this:
onclick="winopen('window1.html','w1');"


Naughty 10-30-2002 10:27 AM

Thanks.

FlashFreak, that looks like what I was looking for.


All times are GMT -7. The time now is 01:11 PM.

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