|
-
Nov 18th, 2001, 10:46 PM
#1
Thread Starter
Hyperactive Member
Please help, whats wrong with code?!
Code:
<html>
<head>
<script language="JavaScript">
<!--
var head="display:''"
function doit(header){
var head=header.style
if (head.display=="none")
head.display=""
else
head.display="none"
}
//-->
</script>
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#6699FF" vlink="#6699CC" alink="#6699FF"')" oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
<H5 style="cursor:hand" onclick="doit(document.all[this.sourceIndex+1])"><font face="Geneva, Arial, Helvetica">Drum
Kits</font></H5>
<SPAN style="display: none">
<table width="35%" border="0">
<tr>
<td width="16%"> </td>
<td width="84%"><font face="Geneva, Arial, Helvetica" size="2"><i>Here are
some kits I took from my Yamaha DX series module. They range from acoustic
to hip-hop sounding.</i></font></td>
</tr>
<tr>
<td width="16%"><img src="test.gif" width="25" height="22"></td>
<td width="84%"><font face="Geneva, Arial, Helvetica" size="2"><i>Kit 1</i></font></td>
</tr>
<tr>
<td width="16%"><img src="test.gif" width="25" height="22"></td>
<td width="84%"><font face="Geneva, Arial, Helvetica" size="2"><i>Kit 2</i></font></td>
</tr>
<tr>
<td width="16%"><img src="test.gif" width="25" height="22"></td>
<td width="84%"><font face="Geneva, Arial, Helvetica" size="2"><i>Kit 3</i></font></td>
</tr>
<tr>
<td width="16%"><img src="test.gif" width="25" height="22"></td>
<td width="84%"><font face="Geneva, Arial, Helvetica" size="2"><i>Kit 4</i></font></td>
</tr>
<tr>
<td width="16%"><img src="test.gif" width="25" height="22"></td>
<td width="84%"><font face="Geneva, Arial, Helvetica" size="2"><i>Kit 5</i></font></td>
</tr>
<tr>
<td width="16%"><img src="test.gif" width="25" height="22"></td>
<td width="84%"><font face="Geneva, Arial, Helvetica" size="2"><i>Kit 6</i></font></td>
</tr>
<tr>
<td width="16%"><img src="test.gif" width="25" height="22"></td>
<td width="84%"><font face="Geneva, Arial, Helvetica" size="2"><i>Kit 7</i></font></td>
</tr>
<tr>
<td width="16%"><img src="test.gif" width="25" height="22"></td>
<td width="84%"><font face="Geneva, Arial, Helvetica" size="2"><i>Kit 8</i></font></td>
</tr>
</table>
</SPAN>
</body>
</html>
its supposed to hide everything within the <SPAN> yet it does not..and im following the example directly from:
http://home.mweb.co.za/gs/gslennox/w.../contract.html
What the heck is wrong?!?LKJLds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|