I have been using the script from this tutorial:
http://www.kirupa.com/developer/mx/centered_popup.htm
and also another java script from code generator’s site.
Here is the problem iam having:
I have a webpage (geocities.com/mypage) and iam using a short/fast URL redirect.
The code works fine, window pop-ups in the centre, all works great when i brows my page directly (using geocities.com/mypage), however when i use the URL redirect (takeme.to/mypage), clicking on the button to open the centred pop-up window, nothing happens.
After a week i managed to find out the problem wasnt with how i used the action script, but with the URL redirect. (maybe conflicts with the code or something).
Is there a fix to my problem or should give up the short URL redirect ?
Here is the other code iam using:
on (release) {
getURL (“javascript:NewWindow=window.open(‘URL’,‘WinName’,‘width=400,height=300,left=200,top=100,toolbar=Yes,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No’); NewWindow.focus(); void(0);”);
}
Thanks in advance,
Arman