kvo
11-02-2005, 04:46 AM
Hi All! Can somebody help? I have created a simple form to upload user input into Access database:
<form name="form" method="post" action="add.asp">
Name: <input type="text" name="name" maxlength="20">
<br>
Comments: <input type="text" name="email" maxlength="50">
<input type="submit" name="Submit" value="Submit">
</form>
But every time i press Submit button i got this error:
"The page cannot be displayed" but it shouldn't even open it i guess.
Any advise would be appreciated.
BTW i have the same with all downloaded examlpes as well.
<form name="form" method="post" action="add.asp">
Name: <input type="text" name="name" maxlength="20">
<br>
Comments: <input type="text" name="email" maxlength="50">
<input type="submit" name="Submit" value="Submit">
</form>
But every time i press Submit button i got this error:
"The page cannot be displayed" but it shouldn't even open it i guess.
Any advise would be appreciated.
BTW i have the same with all downloaded examlpes as well.