TPetersonFlorida
Programmer
I want to disable a button when this page loads and i cant seem to get it to work. Here is my code of the button:
<input name="PublicPics" type="button" class="homebutton" value="Public Photos" onclick="window.location='ViewPhotos_Public.asp'">
on the OnLoad of this page how can i disable this button??? Thanks in advance for everyones help!
<input name="PublicPics" type="button" class="homebutton" value="Public Photos" onclick="window.location='ViewPhotos_Public.asp'">
on the OnLoad of this page how can i disable this button??? Thanks in advance for everyones help!