Topic awaiting preservation: Slow JS pop-ups (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Small Patch of Grass in CT |
posted 01-29-2002 08:24
I am making a site and using a JS to make sized controlled pop-up windows. It seems like these windows are popping up slow and some are just not popping up. Can someone check this link out and let me know whats going wrong? Or does Someone have a better script I can use to create these windows? |
Paranoid (IV) Inmate From: Lebanon |
posted 01-29-2002 08:37
some are working and other not because of the 2nd param passed to .open() , code: function PopWindow3()
code: <script language="JavaScript">
|
Bipolar (III) Inmate From: Small Patch of Grass in CT |
posted 01-29-2002 08:47
So what are you suggesting I do? Im not too good with this stuff. |
Paranoid (IV) Inmate From: Lebanon |
posted 01-29-2002 15:01
window.open(url,name,features) |