Steve1445
Posts: 16
|
| Posted: 12/08/2006, 8:46 AM |
|
I have read the other posts here that advise to create a link that will open a blank window before attempting a pop up. I have done that and it works fine. I have also used this great app to create a javascript to create my popup window script (thanks to the author this is a great app)
http://www.globaldevelop.com/GlobalDevelop/GenPopup/GenPopupIN.html
However, I have placed the script in several locations in my page (HTML header, Events custom code and in the Parameter properties for the link) I only get a syntax error.
Here is the script:
window.open('http://localhost/Membership_Update/Rep_update_popup.asp','Edit your information','width=480,height=645,top='+((screen.availheight/2)-(645/2))+',left='+((screen.availwidth/2)-(480/2))+',menubar=no,menubar=no,scrollbars=yes,status=no,toolbar=no,location=no,directories=no,resizable=yes');void(0);
My question is where is the right place to put this, obviously I have tried all the wrong places already.
|
 |
 |
Steve1445
Posts: 16
|
| Posted: 12/08/2006, 12:15 PM |
|
Don't respond to this post, I figured out most of my problem.
|
 |
 |
|