Div again...
Hi Guys,
I have this code with me and its suppose to make the div tag invisibe but it doesnt do so..
<tr CLASS=TRBlueBg>
<DIV id="sampleDiv" style="visibility: hidden;">
<td align=right>Expiry Date </td>
<td>
<input type="text" disabled name="getexpirydate" size="30" maxlength="100">
<INPUT type="button" CLASS=btnLightBg value="Get Date" name=GetExpiryDate onClick="createCalWindow('frm','getexpirydate');">
<INPUT type="button" CLASS=btnLightBg value="Clear Date" name=ClrDate onClick="fClearDateField('getexpirydate','expiryda te');">
</td>
<td></td>
<td>
<input type="hidden" name="expirydate" size="30" maxlength="100">
<INPUT type="hidden" name="hidSysDate" id="hidSysDate" value="<%=dateToDD_MM_YYYY(date)%>">
</td>
<DIV>
</tr>
Any help would be appreciated.
Nick
|