Trying to find out what I can do to avoid the object error code that certain
users are getting when they try to view full screen QT pans. I came across the
following code from a posting awhile back on another forum, but when I try to
use it the code shows up twice (when I check out the source code online). This
error happened again today with someone that was using IE 6.0. Just wondering
if this is the right code to use and how to use it or is there a better way.
I have also seen code that ends the page that is similar (but can't seem to
find it today). Is it necessary to use both sets of code? Also wondering
what the code is actually doing to correct this error. I am a photographer
and not a JavaScript guru, so simple instructions are best.
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
Jim Sundberg
_______________________________________________
quicktime-vr mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/quicktime-vr
Do not post admin requests to the list. They will be ignored.