
| Script Code | ||
| in the head section | <script> function openwin1(url) { fenster = window.open(url, "Bildansicht", "width=550,height=350,screenX=0,screenY=0,menubar=no,status=no,locationbar=no"); fenster.focus(); }
|
| in the body section | <a href="javascript:openwin1('example8.htm');"> <img border="0" src="panorama.jpg" width="300" height="50"><br> </a>click on the image to open a new window with the panorama</p>
|