Can't see scripts on page.
- From: "Stratified" <Stratified@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 22 May 2005 17:41:01 -0700
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: Don Varnau
- Re: Can't see scripts on page.
- Prev by Date: Re: Hyperlinks
- Next by Date: cant download programs from microsoft window web pages
- Previous by thread: IE Crashes when i Download ANYTHING
- Next by thread: Re: Can't see scripts on page.
- Index(es):