Ok, i have a custom 404 page, this works fine.. until you click something on the form, where the url gets the 404 page info put into the querystring

like this:
index.aspx?404;http://localhost/business/ID--1.htm

I don't require to keep that querystring, and don't want it hanging around, but i can't figure out how to remove it.

thank you.