Click to See Complete Forum and Search --> : Javascript Windows Registry
nnarayanus
07-21-2003, 12:09 PM
Is there a way to access the local machine's windows registry using Javascript.
Or What is the best way to access the windows registry from Internet Explorer
Khalid Ali
07-21-2003, 12:13 PM
why would you want to do that using javascript..???
You can not access a local systems resource using JavaScript.You will have to write a stand alone application and install it on the machine...
nnarayanus
07-21-2003, 12:15 PM
I will have to explore the possibility of doing it from the browser.
That's why ?
brendandonhue
07-21-2003, 12:18 PM
Not in javascript. You could do it in VBS but any site that edits my registry would be blocked and emails would be sent to webmasters and ISPs
nnarayanus
07-21-2003, 12:20 PM
Thanks brendandonhue,
I need to do it on the Intranet, so security is not a problem
Do you have any code snippet on VBS do acheive this.
Also does it require IIS or works on any web server ?
brendandonhue
07-21-2003, 12:26 PM
http://www.tek-tips.com/gviewthread.cfm/lev2/4/lev3/32/pid/329/qid/410888
Khalid Ali
07-21-2003, 12:27 PM
As I said,this would be a serious breach in security to write program like this,that can be used from the browsers.I sense foul play..