On Tue, Aug 24, 2004 at 12:02:26PM -0400, Dan Boger wrote:
> On Tue, Aug 24, 2004 at 12:25:43PM -0400, Gyepi SAM wrote:
> > Note that since the action tag should either be fully qualified (begin
> > with http or https) or be relative (begin with '/'). Neither is true
> > in this case, so the browser has to figure out what to do.
> 
> Aren't paths that begin with a '/' considered 'absolute'?  And relative
> is anything else?  An ACTION of "../form.cgi" is a valid relative URI,
> isn't it?

A URI that does not begin with a scheme and net location (hostname) is considered
relative. A string that begins with '/' is a relative URI but an absolute path.

I should have been clearer and said fully qualified *URL* or absolute *path*.

The point of the original statement was that sing a relative path as the
target of an ACTION attribute is technically correct, but bad practice.

-Gyepi
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to