[thelist] submit form with query string and fragment
Joshua Olson
joshua at waetech.com
Sun Mar 28 21:14:44 CST 2004
> -----Original Message-----
> From: Diane Soini
> Sent: Sunday, March 28, 2004 7:53 PM
>
> I want to submit a form with the form action with fragment and a query
> string. What's the proper order?
> Example
> action="thispage.html#fragment?querystring=foo"
> or
> action="thispage.html?querystring=foo#fragment"
Diane,
The "fragment", as you call it, is always at the end of the query string.
So, the following is correct:
action="thispage.html?querystring=foo#fragment"
Best of luck to you.
<><><><><><><><><><>
Joshua Olson
Web Application Engineer
WAE Tech Inc.
http://www.waetech.com/service_areas/
706.210.0168
More information about the thelist
mailing list