Howdy,
I have a website that is using some simple JavaScript to perform an "open full screen" effect when the user hits the following page;
<!-- m --><a class="postlink" href="http://www.seemyimage.com/main_frame.htm">http://www.seemyimage.com/main_frame.htm</a><!-- m -->
The script is as follows;
<!-- Begin
if (this.name!='fullscreen'){
window.open(location.href,'fullscreen','fullscreen,scrollbars')
}
// End -->
</script>
Here's the problem... The script works great in IE and Netscape 7.0. However the script apparently does not work in versions of Netscape lover then 7.0 and I don't know why? My client is using Netscape 6.0 and even though his æ“ava?is enabled in the browser preferences it won't work for him on his end?
Can anyone help this new-be (that's me) figure out if I can code the Java to work in Netscape 6.0 or lower? Or if you could point me in the right direction I would be grateful.
Thanks for your time.
James
I have a website that is using some simple JavaScript to perform an "open full screen" effect when the user hits the following page;
<!-- m --><a class="postlink" href="http://www.seemyimage.com/main_frame.htm">http://www.seemyimage.com/main_frame.htm</a><!-- m -->
The script is as follows;
<!-- Begin
if (this.name!='fullscreen'){
window.open(location.href,'fullscreen','fullscreen,scrollbars')
}
// End -->
</script>
Here's the problem... The script works great in IE and Netscape 7.0. However the script apparently does not work in versions of Netscape lover then 7.0 and I don't know why? My client is using Netscape 6.0 and even though his æ“ava?is enabled in the browser preferences it won't work for him on his end?
Can anyone help this new-be (that's me) figure out if I can code the Java to work in Netscape 6.0 or lower? Or if you could point me in the right direction I would be grateful.
Thanks for your time.
James