nemo7111
11-13-2003, 05:06 AM
Hi there,
I have this problem and am turning to u with a twist of hope I will find answers:
I have done a presentation in PowerPoint (MS) and when done I exported it to .html format for web-publishing.
All seemed ok after I hang it up on server, all worked ok but this morning my colegue phoned that after going on to the URL where this PPT ( PowerPoint) presentation is and after clicking on one of the links on index.htm he gets multiple blank windows popping up.
As far as I know he has MSIE ver. 6 ( no SP ); I have the same version as him but with SP1.
These documents are using frames and on start up pages there is JavaScript code included defining browser versions:
<![if !ppt]><script>
<!--
var appVer = navigator.appVersion;
var msie = appVer.indexOf( "MSIE " );
var msieWin31 = (appVer.indexOf( "Windows 3.1" ) >= 0), isMac = (appVer.indexOf("Macintosh") >= 0);
var ver = 0;
if( msie >= 0 )
ver = parseFloat( appVer.substring( msie+5, appVer.indexOf ( ";", msie ) ) );
else
ver = parseInt( appVer );
path = "./UniBanka-CustomerDesk03sk_soubory/error.htm";
if( msie>=0 && ( (isMac && ver>=5)||(!isMac && ver>=4) ) )
window.location.replace( './UniBanka-CustomerDesk03sk_soubory/frame.htm'+document.location.hash );
else
{
if ( !msieWin31 && ( ( msie >= 0 && ver >= 3.02 ) || ( msie < 0 && ver >= 3 ) ) )
window.location.replace( path );
else
window.location.href = path;
}
//-->
</script><![endif]>
For better illustration I am attaching URL of that page:
http://www.unibanka.sk/treasury/index.htm
Can u help me, please?:confused:
I have this problem and am turning to u with a twist of hope I will find answers:
I have done a presentation in PowerPoint (MS) and when done I exported it to .html format for web-publishing.
All seemed ok after I hang it up on server, all worked ok but this morning my colegue phoned that after going on to the URL where this PPT ( PowerPoint) presentation is and after clicking on one of the links on index.htm he gets multiple blank windows popping up.
As far as I know he has MSIE ver. 6 ( no SP ); I have the same version as him but with SP1.
These documents are using frames and on start up pages there is JavaScript code included defining browser versions:
<![if !ppt]><script>
<!--
var appVer = navigator.appVersion;
var msie = appVer.indexOf( "MSIE " );
var msieWin31 = (appVer.indexOf( "Windows 3.1" ) >= 0), isMac = (appVer.indexOf("Macintosh") >= 0);
var ver = 0;
if( msie >= 0 )
ver = parseFloat( appVer.substring( msie+5, appVer.indexOf ( ";", msie ) ) );
else
ver = parseInt( appVer );
path = "./UniBanka-CustomerDesk03sk_soubory/error.htm";
if( msie>=0 && ( (isMac && ver>=5)||(!isMac && ver>=4) ) )
window.location.replace( './UniBanka-CustomerDesk03sk_soubory/frame.htm'+document.location.hash );
else
{
if ( !msieWin31 && ( ( msie >= 0 && ver >= 3.02 ) || ( msie < 0 && ver >= 3 ) ) )
window.location.replace( path );
else
window.location.href = path;
}
//-->
</script><![endif]>
For better illustration I am attaching URL of that page:
http://www.unibanka.sk/treasury/index.htm
Can u help me, please?:confused: