[thelist] Custom Validator HREF
rudy
r937 at interlog.com
Wed Oct 24 13:38:23 2001
> This all seems to work fine until I get to the W3 page.
> The url it validates only includes the first argument,
>
> So if I pass the url http://www.chimp.com/index.cfm?id=4&x=12
> the Validator only utilizes the id=4 variable.
>
>Any ideas?
hi aaron
you could try escaping the ampersand index.cfm?id=4&x=12
or else use this
<a href="http://validator.w3.org/check/referer">validate</a>
not sure if that passes the query string, but it's worth a try
rudy