Jump to content

problem in php form


s4salman

Recommended Posts

As has been pointed out, try changing this line:

<form action="process-jokes.php" method="POST" onsubmit="return submitForm();">

to this

<form action="process-jokes.php" method="POST" onsubmit="submitForm();">

or to this

<form action="process-jokes.php" method="POST">.

Link to comment
Share on other sites

are you using FireFox browser?

 

If not get it, it is the best for trouble shooting Javascript. Once you have it going and load up your form, check the Tools menu and select

Error Console, this will tell you if you have any Javascript errors,

 

Since you form is dependent on JS to return True, if there is a JS error then the the submit is failing,

 

Note: IE will tell you in lower left corner if there is a JS error

 

 

Link to comment
Share on other sites

i also checked it in internet explorer.no error message at all.form is located here :

 

http://fun007.com/jokes/form-jokes.php

 

 

As has been pointed out, try changing this line:

<form action="process-jokes.php" method="POST" onsubmit="return submitForm();">

to this

<form action="process-jokes.php" method="POST" onsubmit="submitForm();">

or to this

<form action="process-jokes.php" method="POST">.

 

 

nothing happen.same issue.

 

i m using this rich text editor:

 

http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.