Hello can someone help me?? I’m trying to show a Div with Javascript when the form is submitted to itself. (The page has to reload)
Can someone point me to the right direction or a tutorial I can read??
Thank you
Hello can someone help me?? I’m trying to show a Div with Javascript when the form is submitted to itself. (The page has to reload)
Can someone point me to the right direction or a tutorial I can read??
Thank you
Is it possible to submit the form via AJAX? If so, you might want to take a look at http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/
If the page is going to reload, you don’t need javascript. You can do it on the server side by simply outputting the DIV in the HTML once the form has been submitted.