How can I use javascript to get the file name using: window.location.pathname
window.location.pathname = G:\AS\Asf\ASF\RSSIMS\welcome.hta
id like var x = welcome.hta
How do I get the filename?
Thanks
How can I use javascript to get the file name using: window.location.pathname
window.location.pathname = G:\AS\Asf\ASF\RSSIMS\welcome.hta
id like var x = welcome.hta
How do I get the filename?
Thanks
You can't - that's a server property that is not exposed to the client.