[Javascript] Please confirm my doubts

Victor Papp vpapp at bigfoot.com
Tue Jul 31 13:48:13 CDT 2001


  ----- Original Message ----- 
  From: Cutter Bl 
  To: javascript at latech.edu 
  Sent: Tuesday, July 31, 2001 2:10 PM
  Subject: Re: [Javascript] Please confirm my doubts


  It's true, javascript does not give access to a user's file system.
  Cutter


  True, if we are talking client-side scripting. So, the javascript is in the html page, downloaded by the visitor, this script cannot access the file system OF THE VISITOR. However, if we are talking server-side scripting here, where the script is executed on the server, and the result is being sent to the visitor, the NOT TRUE. In this case, you have access to the file system (according to your access rights).



  Hope this helps.

  Victor Papp

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20010731/3c603e8d/attachment.htm>


More information about the Javascript mailing list