Huitzilopochtli
Programmer
Hello
I have a Web page at:
If you visit it, you will notice a strange < opening bracket to the left of the rotating banner ads at the top.
I can't seem to get rid of it!
The relevant code is:
<%@LANGUAGE="VBSCRIPT"%>
<%Session.LCID = 2057%>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.6 [en-gb]C-CCK-MCD NetscapeOnline.co.uk (Win98; I) [Netscape]">
<script>
var speed = 3000
var Pic = new Array()
Pic[0] = 'banner1.jpg'
Pic[1] = 'banner2.jpg'
Pic[2] = 'banner3.jpg'
var t
var j = 0
var p = Pic.length
var preLoad = new Array()
for (i = 0; i < p; i++){
preLoad = new Image()
preLoad.src = Pic
}
function runSlideShow(){
document.images.SlideShow.src = preLoad[j].src
j = j + 1
if (j > (p-1)) j=0
t = setTimeout('runSlideShow()', speed)
}
</script>
</head>
<body text="#F0FFFF" bgcolor="#191970" link="#F0FFFF" onload="runSlideShow()">
<
<center><Table border=0 Cellspacing=0 Cellpadding=0>
<tr>
<td Width="450" Height="72" id="VU"><a href=" SRC="banner1.jpg" Name="SlideShow" height=72 width=450 Alt="PC World for the latest in hardware reviews"></a></td>
</tr>
</table></center>
etc
etc
etc
etc
Any help much appreciated!
Huitzilopochtli
I have a Web page at:
If you visit it, you will notice a strange < opening bracket to the left of the rotating banner ads at the top.
I can't seem to get rid of it!
The relevant code is:
<%@LANGUAGE="VBSCRIPT"%>
<%Session.LCID = 2057%>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.6 [en-gb]C-CCK-MCD NetscapeOnline.co.uk (Win98; I) [Netscape]">
<script>
var speed = 3000
var Pic = new Array()
Pic[0] = 'banner1.jpg'
Pic[1] = 'banner2.jpg'
Pic[2] = 'banner3.jpg'
var t
var j = 0
var p = Pic.length
var preLoad = new Array()
for (i = 0; i < p; i++){
preLoad = new Image()
preLoad.src = Pic
}
function runSlideShow(){
document.images.SlideShow.src = preLoad[j].src
j = j + 1
if (j > (p-1)) j=0
t = setTimeout('runSlideShow()', speed)
}
</script>
</head>
<body text="#F0FFFF" bgcolor="#191970" link="#F0FFFF" onload="runSlideShow()">
<
<center><Table border=0 Cellspacing=0 Cellpadding=0>
<tr>
<td Width="450" Height="72" id="VU"><a href=" SRC="banner1.jpg" Name="SlideShow" height=72 width=450 Alt="PC World for the latest in hardware reviews"></a></td>
</tr>
</table></center>
etc
etc
etc
etc
Any help much appreciated!
Huitzilopochtli