Re: Can't see scripts on page.
- From: "Don Varnau" <don_04[at]varnau[dot]org>
- Date: Mon, 23 May 2005 05:10:36 -0500
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" <Stratified[at]discussions.microsoft.com> wrote in message
news:AF7D2944-E6D7-4ECE-B163-71825520AC44@xxxxxxxxxxxxxxxx
>
>
> 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 --------------->
>
.
- Follow-Ups:
- Re: Can't see scripts on page.
- From: Stratified
- Re: Can't see scripts on page.
- From: Stratified
- Re: Can't see scripts on page.
- References:
- Can't see scripts on page.
- From: Stratified
- Can't see scripts on page.
- Prev by Date: Re: Address bar search not working
- Next by Date: Wireless Internet Connection - Failure
- Previous by thread: Can't see scripts on page.
- Next by thread: Re: Can't see scripts on page.
- Index(es):
Relevant Pages
|