Hi there, just looking for some help, i want to use the javascript popup window for a project im working on:
http://www.kirupa.com/developer/mx/centered_popup.htm
but when i edit the url for the page to open, it comes up with a blank screen with:
javascript:var%20myWin;%20if(!myWin%20||%20myWin.closed){myWin%20=%20window.open(‘http://www.enter.net’,‘yay’,‘width=400,height=300,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,top=’+((screen.height/2)-(150))+’,left=’+((screen.width/2)-(200))+’’)}else{myWin.focus();};void(0);
in the browser window. what did i do wrong, or is there a problem with the code on the site? thanks for the help!