|
What's wrong??
I've made this Javascript:
<html><head><script language="javascript">
<!--
function visa_bild()
{
bild=new Array("system/top_carw_001.jpg","system/top_carw_002.jpg","system/top_carw_003.jpg","system/top_carw_004.jpg","system/top_carw_005.jpg","system/top_carw_006.jpg")
visa_bilden=bild[Math.floor(Math.random()*bild.length)]
visa_bilden="<IMG SRC=\""+visa_bilden+"\" HSPACE=0 VSPACE=0>"
return visa_bilden
}
//-->
</script>
</head><body bgcolor=white scroll=no topmargin=0 leftmargin=0>
<script language="javascript">
<!--
document.write(visa_bild())
//-->
</script>
something is wrong.
HSPACE=0 and VSPACE=0 doesn't works
why?
Sorry for my bad english.
Last edited by carweb; 07-17-2003 at 05:47 PM..
|