try this out **"IN 'FORM TAG' GIVE UR URL TO WHICH U WANT TO SEE AS NEXT PAGE"
[(save this file with other name say for ex:myfirst.html)]
IF U R USING ANY WEB SERVERS LIKE WEBLOGIC THEN IN FORM TAG WRITE
(("http://localhost:7001/
foldername/filename"))
this helps
2007-02-23 05:55:22
·
answer #1
·
answered by r 1
·
0⤊
0⤋
Is the button of type Submit? As the other posters have pointed out, the form itself needs to have an action associated with it that tells what page the form should be submitted to. Also, while testing, if you set your Method of the form to Get, you will be able to see the Querystring in your location bar. Set it to Post to hide the query string.
Another alternative you have is to add a button to your form (Simply of type Button) and associate a JavaScript function to the button's onClick event. Use this JavaScript function to validate the data in your form Client Side, and if all is well, you can submit the form directly from the JavaScript function.
2007-02-23 01:50:56
·
answer #2
·
answered by Scottee25 4
·
0⤊
0⤋
you could no longer do it in HTML. HTML would not "carry at the same time records" you're able to desire to apply a server element language at the same time with own domicile page or ASP.internet. once you're unwilling to income, then you definitely in simple terms in simple terms won't be able to do it with HTML on my own, sorry.
2016-12-14 03:49:58
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
The form has to have an action applied to it. For example,
The form action attribute determines what the form does. What is the action set to now?
2007-02-23 00:22:29
·
answer #5
·
answered by blndchik 5
·
0⤊
0⤋