Jump to content

Form Buttons?


...678

Recommended Posts

Oki want it to redirect when you click itit wont do iti thought the code was either

<form action="submitted.html"><input type="button" value="Submit"</form>

or

<input type="button" value="Submit" action="submitted.html"></form>

Please help

Link to comment
Share on other sites

don't you mean <input type="submit"value="submit" /> ?And you didn't set the method of the form <form action=""method="get" />U can also use post

Link to comment
Share on other sites

so whats the full code then?
<form action="submitted.html" method="post"><input type="submit" value="submit"></form>

Click here to learn the difference between the form methods.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...