I have a form tag that has action=".". What exactly does this mean?
I have a form tag that has action=. . What exactly does this mean?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I never saw it in a
actionbut it means “same directory” just like “..” means previous directory.If the filename is omitted on the action (
action="") the form simply redirect on the same file, using the.otherwise the form redirect on the same directory without file name…File http://localhost/index.html