Forum Moderators: open
Any idea why? Here's my code:
<script language="JavaScript">
<!-- go to j-scripts.com
var winWidth = "620"
var winHeight = "420"
var winScrollbars = "yes"
var winToolbar = "yes"
var winResizable = "yes"
var winLocation = "yes"
var winStatus = "yes"
function doWin(winURL) {
window.open(winURL,"","width="+winWidth+",height="+winHeight+",scrollbars="+winScrollbars+",toolbar="+winToolbar+",resizable="+winResizable+",location="+winLocation+",status="+winStatus)
}
//-->
</script>
in the body I link to image like this:
<a href="javascript:doWin('http://images.ofoto.com/photos717/1/7/46/93/10/1/110934607103_0_ALB.jpg')">photo</a>
go to j-scripts.com
Just a wild guess here... Have you tried removing the above part of the script - it is not preceeded by a Javascript comment (just the HTML one) and it could be confusing things.
Also, when you say "Netscape", which version are you talking about? Things are very different between Netscape 4.x and Netscape 7.x.
Forbidden
You don't have permission to access /photos717/1/7/46/93/10/7/710934607103_0_ALB.jpg on this server.
Apache/1.3.27 Server at im66.ofoto.com Port 80
I have taken the comments line out of the code but it's still not working. Is it possible that the URL I'm linking to just prohibits me from doing so in NN7?