Window property

liunx

Guest
Hi,<br />
I'm sorry if this question has been asked before, but I used the search option and still couldn't figure it out :( <br />
<br />
I made a tumbnail gallery with the following code:<br />
<br />
<tr align="center"><td><br />
<table align="center" border="0" cellspacing="0" cellpadding="5"><br />
<tr><br />
<td align="center"><a href=http://www.htmlforums.com/archive/index.php/"focuseerste.htm" target="_blank"><img border="0" src="images/tnfocus_voor.gif" width="100" height="76"></a></td><br />
<td align="center"><a href=http://www.htmlforums.com/archive/index.php/"focustweede.htm" target="_blank"><img src="images/tnfocus_opzij.gif" alt="focus_opzij.gif" border="0" width="100" height="51"></a></td><br />
<td align="center"><a href=http://www.htmlforums.com/archive/index.php/"focusderde.htm" target="_blank"><img border="0" src="images/tnfocus_achter.gif" width="100" height="74"></a></td><br />
</tr><br />
</table><br />
<br />
</td></tr><br />
<br />
</table><br />
<br />
<br />
So when I click on an image a new window pops up.<br />
Now I would like that window to be without the menubar, ...<br />
This is my first website and I'm already happy my tumbnail-gallery finally works, but now I'd like to have that "finishing touch". I just can't figure out how to do this :( <br />
<br />
Greetzzz<br />
Shauni<!--content-->welcome shauni :)<br />
<br />
you can do something like this<br />
<br />
<tr align="center"><td><br />
<table align="center" border="0" cellspacing="0" cellpadding="5"><br />
<tr><br />
<td align="center"><a href=http://www.htmlforums.com/archive/index.php/"javascript:onclick="window.open('focuseerste.htm','title','height=400,width=400,toolbar=0,status=0')"><br />
<img border="0" src=http://www.htmlforums.com/archive/index.php/"images/tnfocus_voor.gif" width="100" height="76"></a></td><!--content-->Thanx for the help!!<br />
It didn't work immediately, so I had to dig up some more code, but now it works just great!!<br />
<br />
Thnxxx<br />
Shauni<!--content-->
 
Back
Top