HighDots Forums  

Re: How to read registry using Javascript?

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: How to read registry using Javascript? in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
HikksNotAtHome
 
Posts: n/a

Default Re: How to read registry using Javascript? - 08-03-2003 , 08:56 PM






In article <WJgXa.215$jq.19 (AT) fe01 (DOT) atl2.webusenet.com>, Keith Bowes
<do.not (AT) spam (DOT) me> writes:

Quote:
It's impossible to read a user's registry with server-side code;
however, it's very possible to access the registry on the Windows
server. Just create a "WScript.Shell" COM object (e.g, by
CreateObject() in VBS) and then use methods like RegRead, RegWrite,
RegDelete, etc.
Accessing the registry on a Windows server, is accessing the registry of the
server, not the client. Javascript has *no*, none, nada, zilch, access to my
registry. It may have access to an ActiveX componenet, or equivalent, that will
have access if I allow it (the "rape my computer security settings"). Even
then, Javascript isn't accessing it, it is only recieving information about it
from elsewhere.
--
Randy
All code posted is dependent upon the viewing browser
supporting the methods called, and Javascript being enabled.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.