Can anyone help with the following:
I am successfully using the window.open code to open a new window from a text hyperlink. The code used is:
<p><a href=""onClick="window.open('archive.html', 'newWnd','width=600,height=500,toolbar=0,status=0, scrollbars=0,resizable=0'); return true;">click here</a></p>
This new window (archive.html) contains an image hyperlink to another new window. The code used is:
<a href=""onClick="window.open('portfolio1.html', 'newWnd', 'width=600,height=500,toolbar=0,status=0,scrollbar s=0,resizable=0'); return true;"><img src="images/thumbnail1.jpg" width="107" height="80" alt=""></a>
However this does not seem to work. Can anyone suggest where I have wandered off the path of righteous code?
Thanks for all help in advance...
Julian
