Tricky123
12-30-2002, 06:27 AM
Hi,
How can I hide a button?
<input type="button" name="submit" value="Get Cookie" onClick="return readCookie()">
I need it be hidden as it calls the function but I am using a VB event to fire it.
Sorry, it was obvious!!
<Input type="hidden">
How can I hide a button?
<input type="button" name="submit" value="Get Cookie" onClick="return readCookie()">
I need it be hidden as it calls the function but I am using a VB event to fire it.
Sorry, it was obvious!!
<Input type="hidden">