Hi!
I have the following elements in a table:
<table>
<tr>
<td><input TYPE="Button" VALUE="Connect" NAME="btnDial" ONCLICK="javascript
ial()"></td>
<td class="label">Status:</td><td><DIV ID="status"></DIV></td>
<td><input TYPE="Button" VALUE="Disconnect" NAME="btnDisconnect" ONCLICK="javascript
isconnect()"></td>
<td><A href="RSPmenu.asp">main</A></td>
</tr>
</table>
How can I do so all have a fixed length?? I tried everything!
thanxs,
alej
I have the following elements in a table:
<table>
<tr>
<td><input TYPE="Button" VALUE="Connect" NAME="btnDial" ONCLICK="javascript
<td class="label">Status:</td><td><DIV ID="status"></DIV></td>
<td><input TYPE="Button" VALUE="Disconnect" NAME="btnDisconnect" ONCLICK="javascript
<td><A href="RSPmenu.asp">main</A></td>
</tr>
</table>
How can I do so all have a fixed length?? I tried everything!
thanxs,
alej