Hi there,
In many of my sites I have code like:
<SCRIPT language="JavaS cript" type="text/javascript">
<!--
user = "USER";
isp = "DOMAINNAME.XXX ";
document.write( '<a href=\"mailto:' + user + '@' + isp + '\">');
document.write( user + '@' + isp + '<\/a>');
// -->
</SCRIPT>
on some I simply use:
<a href="javascrip t:void(window.o pen('XXX.htm', 'Picture',
'width=XXX,heig ht=XXX'))">Text </a>
to open windows with zoomed pictures therein and
<a href="javascrip t:window.close( )">Close</a> to close them.
However, IE6 thinks this is unsafe!!!! and blocks the script -
I can alter my settings to permit them, but visitors might not....
What can I do to resolve this? Any thoughts?
Thanks
Jon
jon - at - compasscomputin g - dot - co - dot - uk
In many of my sites I have code like:
<SCRIPT language="JavaS cript" type="text/javascript">
<!--
user = "USER";
isp = "DOMAINNAME.XXX ";
document.write( '<a href=\"mailto:' + user + '@' + isp + '\">');
document.write( user + '@' + isp + '<\/a>');
// -->
</SCRIPT>
on some I simply use:
<a href="javascrip t:void(window.o pen('XXX.htm', 'Picture',
'width=XXX,heig ht=XXX'))">Text </a>
to open windows with zoomed pictures therein and
<a href="javascrip t:window.close( )">Close</a> to close them.
However, IE6 thinks this is unsafe!!!! and blocks the script -
I can alter my settings to permit them, but visitors might not....
What can I do to resolve this? Any thoughts?
Thanks
Jon
jon - at - compasscomputin g - dot - co - dot - uk
Comment