How do I load a form action into a div using jquery?
-
My contact form submits through a page i have called send.php once completed, send.php echoes 'thanks' i've been trying to use .load() to load the send.php page into the same form box i am containing the form in. Else, send.php will load on a blank screen and simply say 'thanks' i want the process of everything sending to happen and the text 'thanks' to replace my original form. -- so if this is my form: <form action="send.php" method="POST" class="form"> <input type="text" value="Never Mind" class="nvm" /> <input type="submit" value="Send" class="sendBtn""/> How would I go about doing this? I've tried so many different ways but all that i believe 'should' work end up making the entire page that my form is on go blank [unable to see anything including the form to even click send]
-
Answer:
There is no possible way to load a for action like that.
Manic at Yahoo! Answers Visit the source
Other answers
There is no possible way to load a for action like that.
Related Q & A:
- How do I calculate a xyz-position of a GPS-position relative to an other GPS-position?Best solution by Geographic Information Systems
- How do I check a type is of a specific template?Best solution by Stack Overflow
- How can I use a button to retrieve a phone 'number' from contacts?Best solution by Stack Overflow
- How can I burn a .rmvb file onto a DVD for viewing on a regular DVD player?Best solution by Yahoo! Answers
- How can I email a photo on Yahoo email without using an attachment?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.