I want to create a web application. Can someone please let me know that how can I make a link thru button click on the form.
Thanks :)
Printable View
I want to create a web application. Can someone please let me know that how can I make a link thru button click on the form.
Thanks :)
You don't mean a button that acts like a link do you? If so try this:
If that's not what your looking for say so and we'll see what we can come up with :)Code:<FORM METHOD="LINK" ACTION="page.htm">
<INPUT TYPE="submit" VALUE="button name">
</FORM>