non-self-referencing form?

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
User avatar
wvoyance
Forum Contributor
Posts: 135
Joined: Tue Apr 17, 2012 8:24 pm

non-self-referencing form?

Post by wvoyance »

1. It seems all forms I have ever seen are self-referencing.
Is there situation that we want non-self-referencing forms?

2. Is <form action=""....(null string in action) standard method to mention the name of "self"?
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: non-self-referencing form?

Post by califdon »

1. You haven't looked at many forms, apparently. It is very common to submit forms to a different script, perhaps especially if your scripts are complex and you want to isolate the logic.
2. Yes.
Post Reply