Click to See Complete Forum and Search --> : registry with javascript
oyad
Apr 27th, 2005, 12:58 PM
plz, i need full javascript to work directly with registry settings. a script that will do the following
-create/delete registry keys
-read/write dword and string values
thanx in advance
oyad
sciguyryan
Apr 28th, 2005, 02:44 PM
No way, 100% not possible.
If this were possible how much damage could malicious web scripters cause to computers and it is for that reason Javascript has no power over system settings at all.
This can be a pain for all the scripters that would use it for a good reason too....
RyanJ
oyad
Apr 29th, 2005, 02:54 AM
No way, 100% not possible.
If this were possible how much damage could malicious web scripters cause to computers and it is for that reason Javascript has no power over system settings at all.
This can be a pain for all the scripters that would use it for a good reason too....
RyanJ
well, thanx
am using IWeb control to dispaly HTML files in my app, and am playing MP3 files and i want the user to be able to enable/diable the sound. i can't play the mp3 from my app easily(its working on system where i developed the app). so am using bgsound. my appp can work eith registry fine but for user just to toogle off/on from the HTML. well i saw some wscript blablabla stuff on windows.
anotherVBnewbie
May 18th, 2005, 07:18 PM
Well, WScript ain't JS BUT you should be able to give the users the option of controlling the sound IF you set it as a background sound of the browser. Beware that what works on IE won't work for NS or Opera tho. Sorry I don't have code available but http://javascript.internet.com probably does.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.