chelvis
12-12-2002, 03:43 PM
I have a form and when a user submits the "submit" button, it opens another page. This kind of functionality is working when this html is in the C drive. But when I put it in the server (in our office server), when I click on the "submit" button I get "page cannot be displayed" page. Why?
Here is the code:
<form name="newcust" method="post" action="addnewcustomer.html">
<input type="text" size="23"><br>
<input type="submit" name="gonewcust" value="Add Customer">
</form>
Here is the code:
<form name="newcust" method="post" action="addnewcustomer.html">
<input type="text" size="23"><br>
<input type="submit" name="gonewcust" value="Add Customer">
</form>