I humbly ask your help,
I am following the “Launching a centered pop-up” tutorial. Everything worked out well the popup launches, however I get a full size white html page with the following in the address bar…
javascript:window.open(‘http://www2.hawaii.edu/~djacso/projects.htm’,‘projects’,'width=400,height=300,
toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,top=’+((screen.height/2)
-(150))+’,left=’+((screen.width/2)-(200))+’’);void(0);
it’s broken up for easier reading.
This suspiciously resembles the second text box I copied and pasted into the action frame as instructed in step iv.
This might seem like a classic rookie error, but your help is greatly appreciated.