Can't see scripts on page.

G

Guest

I have a website where I have installed an asp script to show a banner ad on
the page. When I go to the website, I cannot see the banner ad on my screen
(my OS is XP - Home and the IE is version 6.0.2900.2180 with SP2 update).

I have another computer at home with NT 2000 on it and can see the banner
ads clearly on that one. The IE version on that machine is 6.02800.1106.

Is there a setting on my IE that is not allwoing me to see these ads?

An example of the script on the page:

<!------- ASPBanner Ad code ------------->

<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>

<script language="JavaScript"> var code = '';
var now = new Date();
var nIndex = now.getTime();
document.write('<s' + 'cript
src="/aspbanner/aspbanner/injectbanner.asp?BannerZone=1&nocache=' + nIndex +
'">');
document.write('</' + 's' + 'cript>');
</script>
<script language="JavaScript">document.write(jscode);</script>
<!--------- End ASPBanner Ad code --------------->
 
D

Don Varnau

Hi,
Some possibilities:
Go to Internet Options> Security> Internet Zone, set it to Default.

Clear the IE cache. IE> Tools> Internet Options> General> Delete
files (and delete offline content when that dialog pops up) It's often
recommended that the TIF folder be kept at about 50 MB (Settings.)

Disable (as a test) any third-party security programs to see if one of them
is blocking scripts, scripting, active content. Norton Internet Security?
McAfee AV- Internet Filter?

Are you having trouble with scripts/scripting on other pages?
Try these two commands from Start> Run> cmd [enter]
regsvr32 vbscript.dll [enter]
regsvr32 jscript.dll [enter]

Reinstall the scripting engine. Go to
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
for the appropriate download of Windows Script 5.6

Hope this helps,
Don
[MS MVP- IE/OE]
 
G

Guest

Thank you very much. It appeared my Norton Internet Security was the problem.

Thanks again



Don Varnau said:
Hi,
Some possibilities:
Go to Internet Options> Security> Internet Zone, set it to Default.

Clear the IE cache. IE> Tools> Internet Options> General> Delete
files (and delete offline content when that dialog pops up) It's often
recommended that the TIF folder be kept at about 50 MB (Settings.)

Disable (as a test) any third-party security programs to see if one of them
is blocking scripts, scripting, active content. Norton Internet Security?
McAfee AV- Internet Filter?

Are you having trouble with scripts/scripting on other pages?
Try these two commands from Start> Run> cmd [enter]
regsvr32 vbscript.dll [enter]
regsvr32 jscript.dll [enter]

Reinstall the scripting engine. Go to
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
for the appropriate download of Windows Script 5.6

Hope this helps,
Don
[MS MVP- IE/OE]


Stratified said:
I have a website where I have installed an asp script to show a banner ad on
the page. When I go to the website, I cannot see the banner ad on my screen
(my OS is XP - Home and the IE is version 6.0.2900.2180 with SP2 update).

I have another computer at home with NT 2000 on it and can see the banner
ads clearly on that one. The IE version on that machine is 6.02800.1106.

Is there a setting on my IE that is not allwoing me to see these ads?

An example of the script on the page:

<!------- ASPBanner Ad code ------------->

<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>

<script language="JavaScript"> var code = '';
var now = new Date();
var nIndex = now.getTime();
document.write('<s' + 'cript
src="/aspbanner/aspbanner/injectbanner.asp?BannerZone=1&nocache=' + nIndex +
'">');
document.write('</' + 's' + 'cript>');
</script>
<script language="JavaScript">document.write(jscode);</script>
<!--------- End ASPBanner Ad code --------------->
 
G

Guest

Don

Its not clear as to how a person rates responses from helpful people like
you. There should be an obvious button with "rate this response" on it but I
fail to see it. I only can see "Why should I rate a response" at the bottom
of tyhe page.

Don Varnau said:
Hi,
Some possibilities:
Go to Internet Options> Security> Internet Zone, set it to Default.

Clear the IE cache. IE> Tools> Internet Options> General> Delete
files (and delete offline content when that dialog pops up) It's often
recommended that the TIF folder be kept at about 50 MB (Settings.)

Disable (as a test) any third-party security programs to see if one of them
is blocking scripts, scripting, active content. Norton Internet Security?
McAfee AV- Internet Filter?

Are you having trouble with scripts/scripting on other pages?
Try these two commands from Start> Run> cmd [enter]
regsvr32 vbscript.dll [enter]
regsvr32 jscript.dll [enter]

Reinstall the scripting engine. Go to
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
for the appropriate download of Windows Script 5.6

Hope this helps,
Don
[MS MVP- IE/OE]


Stratified said:
I have a website where I have installed an asp script to show a banner ad on
the page. When I go to the website, I cannot see the banner ad on my screen
(my OS is XP - Home and the IE is version 6.0.2900.2180 with SP2 update).

I have another computer at home with NT 2000 on it and can see the banner
ads clearly on that one. The IE version on that machine is 6.02800.1106.

Is there a setting on my IE that is not allwoing me to see these ads?

An example of the script on the page:

<!------- ASPBanner Ad code ------------->

<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>

<script language="JavaScript"> var code = '';
var now = new Date();
var nIndex = now.getTime();
document.write('<s' + 'cript
src="/aspbanner/aspbanner/injectbanner.asp?BannerZone=1&nocache=' + nIndex +
'">');
document.write('</' + 's' + 'cript>');
</script>
<script language="JavaScript">document.write(jscode);</script>
<!--------- End ASPBanner Ad code --------------->
 
D

Don Varnau

Hi,
I think that "Rate this response" simply refers to "Was this post helpful
to you"? [Yes] [No] I'm not at all sure how this rating is used. It's a
feature of the web portal to the newsgroups.

People who use the newsgroups regulary use a newsreader such as Outlook
Express. It's the way newsgroups should look, feel and work. ;-) See
http://insideoe.tomsterdam.com/resources/communities.htm

Don
[MS MVP- IE/OE]

Stratified said:
Don

Its not clear as to how a person rates responses from helpful people like
you. There should be an obvious button with "rate this response" on it but I
fail to see it. I only can see "Why should I rate a response" at the bottom
of tyhe page.
Don Varnau said:
Some possibilities:
Go to Internet Options> Security> Internet Zone, set it to Default.

Clear the IE cache. IE> Tools> Internet Options> General> Delete
files (and delete offline content when that dialog pops up) It's often
recommended that the TIF folder be kept at about 50 MB (Settings.)

Disable (as a test) any third-party security programs to see if one of them
is blocking scripts, scripting, active content. Norton Internet Security?
McAfee AV- Internet Filter?

Are you having trouble with scripts/scripting on other pages?
Try these two commands from Start> Run> cmd [enter]
regsvr32 vbscript.dll [enter]
regsvr32 jscript.dll [enter]

Reinstall the scripting engine. Go to
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
for the appropriate download of Windows Script 5.6
Stratified said:
I have a website where I have installed an asp script to show a banner
ad
on
the page. When I go to the website, I cannot see the banner ad on my screen
(my OS is XP - Home and the IE is version 6.0.2900.2180 with SP2 update).

I have another computer at home with NT 2000 on it and can see the banner
ads clearly on that one. The IE version on that machine is 6.02800.1106.

Is there a setting on my IE that is not allwoing me to see these ads?

An example of the script on the page:

<!------- ASPBanner Ad code ------------->

<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>

<script language="JavaScript"> var code = '';
var now = new Date();
var nIndex = now.getTime();
document.write('<s' + 'cript
src="/aspbanner/aspbanner/injectbanner.asp?BannerZone=1&nocache=' +
nIndex
+
'">');
document.write('</' + 's' + 'cript>');
</script>
<script language="JavaScript">document.write(jscode);</script>
<!--------- End ASPBanner Ad code --------------->
 

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