I have the following code within my HTML document - it opens a new window with a left click, and a standard right click open, but fails with "Cannot find server" when I try and open in a new window:
The function openImage is contained in separate .JS file referenced by a script tag in the calling document.Quote:
<A HREF="javascript:openImage('picture.jpg',361,550,'descriptio n')">
<img src="smallpicture.jpg" width=131 height=200 border=0></a>
Any idea how to make it work correctly when open in a new window is chosen as well?
