View Full Version : Can't find file


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.

Paz
11-03-2005, 06:41 AM
Hi,

are you running the asp file under IIS, or on a website? You can't open it as a standard file, like you can an html document, for example.

Also it would help if you could post your add.asp code.

Cheers,
Paz.

Bullschmidt
11-14-2005, 04:50 PM
And www.asp101.com/samples has some good, short database examples.