Hi all,
Found the cool javascript in flash popup generator and generated the code.
It works, but one thing is a not so cool side effect... the URL in the address bar of the browser is replaced by the entire javascript string in the action (javascript:NewWindow=window.open('ShowPopup.php','newWin','width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,%20status=No,%20resizable=No,fullscreen=No');%20%20NewWindow.focus();%20%20%20%20%20%20void(0)

besides being quite ugly, it also messes up bookmarks.
is there a way to prevent the URL in the addressbar to be switched with the newWindow string?

thanks!