simple form action

A

Anonymous

Guest
hi

i have a form like


<form id="was'" action="./" method="post">



where does this form posts data with ./


thanks
 
to the default document, but I would remove the / and just use the period.
ie..

index.php
index.html
default.htm
 
The action attribute specifies where to send the form-data when a form is submitted.
 
Back
Top