Can't see scripts on page.





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


.



Relevant Pages

  • Re: convert a table to a
    controlled layout
    ... You use a table to lay all this out, then nested tables to position the logo image with respect to company text on top banner. ... with tables you have to totally redo the entire website. ... Attached a different stylesheet and the whole website, poof, has a new look. ...
    (alt.html)
  • Re: Rowers damage the environment - How ?
    ... > Picture from Staines BC website of a banner at Molesey Regatta. ... > I'm at a loss as to just how we damage the environment, ...
    (rec.sport.rowing)
  • Re: Banner Ad and ActiveX
    ... ActiveX has been disabled and that the website will not be displayed fully ... When the page displays the only thing missing is the banner ad! ... has ActiveX controls restricted on their PC and, if they do, display an ...
    (microsoft.public.frontpage.client)
  • Re: how to speed up this with Netscape
    ... > I made a kind of banner in javascript which goes slowly to the left and ... > var delay=25; ... Any delay < 200 ms is optimistic on Gecko browsers. ...
    (comp.lang.javascript)
  • Page banner shows title name, not website name
    ... I'm creating a website using FP2002, with a theme and shared borders. ... navigation structure to display a page banner here]. ...
    (microsoft.public.frontpage)