Hi everyone,
i have a checkbox on my form and wanted to display some information when the user check it, any idea how to do it please??i tried to look for on line resources but could not find any of them.Thanks a lot in advance
Hi everyone,
i have a checkbox on my form and wanted to display some information when the user check it, any idea how to do it please??i tried to look for on line resources but could not find any of them.Thanks a lot in advance
Hi,
i manage to get this function
But the problem is when i undo the checkbox the information come up again?Code:<html> <head> <script type="text/javascript"> function show_alert() { alert("Congratulations ........"); } </script> <head> <script type="text/javascript">![]()
“There are two theories to argueing with women. Neither of them work! ” - Unknown
Hi
thanks for your reply, i tried this but nothing happeneddo you know what i am doing wrong??
Code:<script type="text/javascript"> function show_alert() { onClick="return confirm('WARNING: \n\nWhat ever your message is.')" } </script> </head> <body> <br><input type="checkbox" name="C1" value="ON" onclick="show_alert()" value="Show alert box" /></br>
“There are two theories to argueing with women. Neither of them work! ” - Unknown
Bookmarks