My HTML Form/Submit Elements wont work. Why?

Natalie

New member
1) Im using Safari-thats what it uses when i open it up.
2) Everything seems to be working fine except for opening new websites.
So, im using NotePad and Safari to make an HTML webpage. It worked a few times to make a link where i make one that says ex: click here and it brings me to a website. It worked b4, but now it says 'no file exists at.."...."' wtvr. and it starts off with my computer sign on thing /'the website'. and then, when i used a form tag and replaced the email spot with my email, hitting send causes the same problem and it says no file exists at '..../'myemail' [by the way, i dont write literally that, as far as i know, im filling it out correctly.] I have been expirimenting with HTML and now its frustrating that i cant seem to find the problem. Any advice?
ok so what i have is this : </font><form name="Comments" method="post"

action="mailto:[email protected]">
<textarea cols="50" rows="4" name="comments"></textarea>
</form></center><br><center><input type="submit"

value="Send!"> and when i go to the page , type in the box, and hit send. or submit-wtvr-it doesn nothing. OR it says that "'something.../http://[email protected].." dnst exist...i think it thinks that is s'posed 2 b a web addres..so i dunno what to do.
 
What is the action that the form preforms on submit? It might help answer the question.

Maybe that action's URL isn't pointing to an existing file.
 
Back
Top