ksumanth Posted March 15, 2013 Share Posted March 15, 2013 Hello everyone, I have a form and filling all the details. Once form is filled , while click on submit button i just display alert "Please check your all information one more time" like this can any one know how to do this Thanks sumanth Quote Link to comment https://forums.phpfreaks.com/topic/275681-while-click-on-submit-button-give-alert/ Share on other sites More sharing options...
JLT Posted March 15, 2013 Share Posted March 15, 2013 This should be asked in the JavaScript section. However, why don't you try it out yourself and see what happens. We will not do it for you, we will help you. It is nice to see some effort on your part though Quote Link to comment https://forums.phpfreaks.com/topic/275681-while-click-on-submit-button-give-alert/#findComment-1418769 Share on other sites More sharing options...
AviNahum Posted March 15, 2013 Share Posted March 15, 2013 it should be done with JS... javascript has onSubmit event. just make a function that alerts a message, and call this function on form submit event... Quote Link to comment https://forums.phpfreaks.com/topic/275681-while-click-on-submit-button-give-alert/#findComment-1418770 Share on other sites More sharing options...
ksumanth Posted March 15, 2013 Author Share Posted March 15, 2013 Thanks i got this Quote Link to comment https://forums.phpfreaks.com/topic/275681-while-click-on-submit-button-give-alert/#findComment-1418774 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.