Quendian Posted June 12, 2009 Share Posted June 12, 2009 When I click submit, it doesn't send me to the correct place. My form: <form method='post' target='password.php?target=edit&action=2'> Password: <input type='password' name='password'><br> New Password: <input type='password' name='new'><br> Confirm: <input type='password' name='confirm'><br> <input type='submit'></form> Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted June 12, 2009 Share Posted June 12, 2009 where does it send you? (PS HATE to see single quotes for attribute values in markup us " instead please ) Quote Link to comment Share on other sites More sharing options...
Quendian Posted June 12, 2009 Author Share Posted June 12, 2009 where does it send you? (PS HATE to see single quotes for attribute values in markup us " instead please ) It just refreshes the page. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted June 12, 2009 Share Posted June 12, 2009 target= is not a form attribute. It's action= Quote Link to comment Share on other sites More sharing options...
Quendian Posted June 12, 2009 Author Share Posted June 12, 2009 target= is not a form attribute. It's action= Of course. Thank you. Quote Link to comment 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.