I'm trying to use the URL of pages in a javascript include file. The URL is matched to another string and is therefore case-sensitive.
I've been using Request.ServerVariables("URL"
to get the url, but I've found that the url string changes depending on the link that was followed to get to the page.
Is there an object I can reference which holds the "true" URL of the page, not the one that was followed to get to the current page?
Failing that, can I turn off casesensitivity in javascript(!)?
Thanks
Graeme
UK
I've been using Request.ServerVariables("URL"
Is there an object I can reference which holds the "true" URL of the page, not the one that was followed to get to the current page?
Failing that, can I turn off casesensitivity in javascript(!)?
Thanks
Graeme
UK