No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
[QUOTE=nav33n;573051][code=php] <html> <head> <script type="text/javascript"> function enableButton() { if(document.getElementById('option').checked){ document.getElementById('edit').disabled=''; } else { document.getElementById('edit').disabled='true'; } } </script> </head> <body onload="enableButton();"> <form method="post" action="test5.php"> <input type="checkbox" name="option" id="option" onclick="javascript:enableButton();">Enable<br> <input type="button" name="button" value="Edit" id="edit"> </form> </body> </html> [/code] Cheers, Naveen[/QUOTE] Hi, I'm new to this site and I know absolutely nothing …
The End.
Dasjetta