Re: Can't see scripts on page.



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" <Stratified[at]discussions.microsoft.com> wrote in message
news:D60E087B-2FE7-46C9-B53B-F982B87B4271@xxxxxxxxxxxxxxxx
> 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:
> > 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" <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 --------------->

.