On Mar 22, 12:56 pm, Kevin <[email protected]> wrote: > the URL in the browser window says: > > http://www.tnet.com/main&action=search&myquery=header > > Which is not legal. There can only be 1 &. Subsequent passed options need > to use ? or some other delimiter.
this is not correct. the character separating the url from the query string should be '?'. subsequent options are separated by '&' (as many as necessary). the preceding should be rewritten as: http://www.tnet.com/main?action=search&myquery=header blues -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
