hi, i was curious how to make a javascript pop up window.
ie. click on a link for a picture, it opens up the link but only a window, no address bar or anything.
I have this code
"<A HREF="jsp_11.html" onClick="window.open('opened.html', 'joe',
config='height=300,width=300')">"
it works, but the problem with it is, when i get the pop up, it changes the page content.
ie. i click on link, the window pops up, and the window that i used to click the link changes to jsp.html.
thanks in advance,