get current drive latter in javascript
Hello,
i was wondering if it is possible to get the current drive letter in javascript.....
i have my local domaindir set to my local hard drive while im testing my webpages....
(ie: file://e:/.......) what i want to do is find a way to automatically get the current drive letter thru javascript... so it would look something like
"file://' + driveletter + '//".... how can the drive letter be gotten and placed in the variable name "driveletter" in javascript.
thanks
John....
|