Can't open training course cd's

T

Thomas

I have some training course cd's that I can't open.
I just have to open a html page with some frames and javascript.
When I try to open the page, the page stays blank. I have this with all the
cd's.
this is the code:

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Refresh"
content="1;URL=CHAPID=null/RLOID=null/RIOID=null/knet/311053022401441/courseframeset.html">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U)
[Netscape]">
<title>Untitled
</title>
</head>
<body>&nbsp;
</body>
</html>

the courseframeset is there, problem is, it stays blank... .
this is the code from thay page:

<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>.</title>
<script language="JavaScript">
<!--

window.name = 'current';

function pageInit()
{
var httpRef;
httpRef = new String(window.location);
httpRef = httpRef.substring(0,httpRef.lastIndexOf('/'));
httpRef = httpRef.substring(0,httpRef.lastIndexOf('/'));

httpRef = httpRef.substring(0,httpRef.lastIndexOf('/'));
httpRef = httpRef.substring(0,httpRef.lastIndexOf('/'));
httpRef = httpRef.substring(0,httpRef.lastIndexOf('/'));

httpRef = httpRef.substring(0,httpRef.lastIndexOf('/')+1);

courseString = 'knet-311053022401441';

dash = courseString.indexOf('-');
sub1 = courseString.substring(0,dash);
sub2 = courseString.substring(dash+1);

courseRef = 'CHAPID=null/RLOID=null/RIOID=null/' + sub1 + '/'+
sub2 + '/coursetoc.html';


url = httpRef + courseRef;

open(url, 'current');

}

// -->
</script>
</head>
<body onLoad="pageInit()" leftmargin="0" topmargin="0" class="intro"></body>
</html>


I did all the stuff I could think of:
- no more popup/adds blocker
- IE security set to low
- allow activeX stuff
- java runtime installed


any idea hat could be the problem/solution??
 
R

Ramesh [MVP]

Thomas,

If you've installed Windows XP SP2, the following applies:

This is due to strict restrictions in the Local Machine Zone. To allow active content from a CD, follow these steps:

1.Click Tools, and then click Internet Options.
2.Click the Advanced tab.
3.Click to select or click to clear the Allow active content from CDs to run on My Computer check box, and then click OK.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org
--------------------------------------------
Using ToolbarCop to remove the unwanted Toolband, Toolbar Icons and BHO:
http://windowsxp.mvps.org/toolbarcop.htm
--------------------------------------------
The Parasite Fight - Quick Fix Protocol:
http://aumha.org/a/quickfix.php
--------------------------------------------
I have some training course cd's that I can't open.
I just have to open a html page with some frames and javascript.
When I try to open the page, the page stays blank. I have this with all the
cd's.
this is the code:

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Refresh"
content="1;URL=CHAPID=null/RLOID=null/RIOID=null/knet/311053022401441/courseframeset.html">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U)
[Netscape]">
<title>Untitled
</title>
</head>
<body>&nbsp;
</body>
</html>

the courseframeset is there, problem is, it stays blank... .
this is the code from thay page:

<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>.</title>
<script language="JavaScript">
<!--

window.name = 'current';

function pageInit()
{
var httpRef;
httpRef = new String(window.location);
httpRef = httpRef.substring(0,httpRef.lastIndexOf('/'));
httpRef = httpRef.substring(0,httpRef.lastIndexOf('/'));

httpRef = httpRef.substring(0,httpRef.lastIndexOf('/'));
httpRef = httpRef.substring(0,httpRef.lastIndexOf('/'));
httpRef = httpRef.substring(0,httpRef.lastIndexOf('/'));

httpRef = httpRef.substring(0,httpRef.lastIndexOf('/')+1);

courseString = 'knet-311053022401441';

dash = courseString.indexOf('-');
sub1 = courseString.substring(0,dash);
sub2 = courseString.substring(dash+1);

courseRef = 'CHAPID=null/RLOID=null/RIOID=null/' + sub1 + '/'+
sub2 + '/coursetoc.html';


url = httpRef + courseRef;

open(url, 'current');

}

// -->
</script>
</head>
<body onLoad="pageInit()" leftmargin="0" topmargin="0" class="intro"></body>
</html>


I did all the stuff I could think of:
- no more popup/adds blocker
- IE security set to low
- allow activeX stuff
- java runtime installed


any idea hat could be the problem/solution??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top