Re: Invalid Character sets in Search String Arguements

Geoff Deering wrote:

>Is there any solution to trying to validate a web page that has arguments in
>it, for either links or searches?
>
>'/Search.asp?SearchAdvanced=yes&NewSearch=yes&BasicSearch='
>  
>
You just have to escape you ampersands. & instead of &
/Search.asp?SearchAdvanced=yes&NewSearch=yes&BasicSearch=

James

-- 
http://www.cookiecrook.com

Received on Monday, 1 September 2003 02:21:51 UTC