View Single Post
Old 05-29-2008   #9 (permalink)
Daz


 
 

Re: vbscript and HTA help

So the body could be something like this as an example

<body>
<form name="form1">
<table border="1" width="300">
<tr>
<td>a could be anything</td>
</tr>
<tr>
<td>
<input type="radio" name="a could be anything"
value="Disable">Disable
<input type="radio" name="a could be anything"
value="Automatic">Automatic
<input type="radio" name="a could be anything"
value="Manual">Manual
</td>
</tr>
<tr>
<td>b could be anything</td>
</tr>
<tr>
<td>
<input type="radio" name="b could be anything"
value="Disable">Disable
<input type="radio" name="b could be anything"
value="Automatic">Automatic
<input type="radio" name="b could be anything"
value="Manual">Manual
</td>
</tr>
<tr>
<td>c could be anything</td>
</tr>
<tr>
<td>
<input type="radio" name="c could be anything"
value="Disable">Disable
<input type="radio" name="c could be anything"
value="Automatic">Automatic
<input type="radio" name="c could be anything"
value="Manual">Manual
</td>
</tr>
<tr>
<td>d could be anything</td>
</tr>
<tr>
<td>
<input type="radio" name="d could be anything"
value="Disable">Disable
<input type="radio" name="d could be anything"
value="Automatic">Automatic
<input type="radio" name="d could be anything"
value="Manual">Manual
</td>
</tr>
<tr>
<td>e could be anything</td>
</tr>
<tr>
<td>
<input type="radio" name="e could be anything"
value="Disable">Disable
<input type="radio" name="e could be anything"
value="Automatic">Automatic
<input type="radio" name="e could be anything"
value="Manual">Manual
</td>
</tr>
<tr>
<td>f could be anything</td>
</tr>
<tr>
<td>
<input type="radio" name="f could be anything"
value="Disable">Disable
<input type="radio" name="f could be anything"
value="Automatic">Automatic
<input type="radio" name="f could be anything"
value="Manual">Manual
</td>
</tr>
</table>
<br>
<input type="button" value="Submit" onclick="Radios()">
<input type="reset" value="Reset" >
</form>
My System SpecsSystem Spec