On Sun, Mar 15, 2009 at 1:43 PM, T.J. Crowder <[email protected]> wrote: > > @brian, @mkmanning: FWIW, looked to me from his example like he > really did mean hash (what some use as a synonym for the anchor > portion of the URI), not query string. Perhaps he's doing some > history stuff...
mysite.com#name=jonas&phone=12345 That should be a query string. The items obviously denote name/value pairs, ie. data to be passed. A hash is used to target a specific element/location on a page and takes a single ID.

