<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1251" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A href="mailto:cutterbl@hotmail.com" title=cutterbl@hotmail.com>Cutter Bl</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  href="mailto:javascript@latech.edu" 
  title=javascript@latech.edu>javascript@latech.edu</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, July 31, 2001 2:10 
PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Javascript] Please confirm 
  my doubts</DIV>
  <DIV><BR></DIV>
  <DIV>
  <DIV>
  <P>It's true, javascript does not give access to a user's file 
  system.<BR>Cutter<BR></P>
  <P><FONT face="Arial CYR" size=2>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).</FONT></P>
  <P>&nbsp;</P>
  <P><FONT face="Arial CYR" size=2>Hope this helps.</FONT></P>
  <P><FONT face="Arial CYR" size=2>Victor 
Papp</FONT></P></DIV></DIV></BLOCKQUOTE></BODY></HTML>