Re: Can't see scripts on page.



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" wrote:

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