View Single Post
  #2 (permalink)  
Old 08-21-03, 12:51 AM
nd2 nd2 is offline
Wannabe Coder
 
Join Date: Jun 2003
Posts: 128
Thanks: 0
Thanked 0 Times in 0 Posts
java script cannot write to files, this is a good thing imagin what a hacker or virus could do if it could write to your hard drive from the web very easily. ah.

you could submit from the url.

window.location='http://yourpage.com/script.php?mytext=hello my name is bob';

or you could post it.

there is one other method but i cannot remember the function names maybe ill post them later..
__________________
IonCMS (Coming Soon.)
http://ioncms.com
--
Ncaster (Free php/mysql cms)
http://ncaster.cjb.net
Reply With Quote