Sorry it's a long time I programmed in Js, I come back to it now for my hobby site. I added a submit button with an onclick event and an alert message to say it doesn't work yet, but if I push the button, it isn't taken into account and the form is submitted to the cgi.
What's wrong ?
Code:<input id="saveForm" class="button_text" type="submit" name="submit" value="Submit" onclick="alert('Sorry, it's not working yet!');return false;" >




Bookmarks