P
Peter
Hi. I want to open a new window for a graphic that's 405 x 320 pixels, with no "chrome" or that's to say, no buttons or sliders. I have a javascript to do this that I got from Osborne's Coplete Web Design and I can't get it to work. Do I need to modify the code on the referring page, or on the new page itself? When I try it on the new page, the sizing is ok, but it won't display the content, or I get a live link saying "Open window" that doesn't work either.
Code I am using is
<a href="small_map.htm
onClick="newwindow=window.open('small_map.htm','small_map','width=405,height=320'); return false"
Open window</a
Thanks in advance. Pete
Code I am using is
<a href="small_map.htm
onClick="newwindow=window.open('small_map.htm','small_map','width=405,height=320'); return false"
Open window</a
Thanks in advance. Pete