Wuhtzu Posted October 30, 2006 Share Posted October 30, 2006 HeyI would like to collect the data from a <input> field and write it to a file using js -> is it possible and would anyone be so kind to help me?Best regardsWuhtzu Quote Link to comment Share on other sites More sharing options...
brendandonhue Posted October 30, 2006 Share Posted October 30, 2006 No, clientside javascript isn't able to write to files. Quote Link to comment Share on other sites More sharing options...
fenway Posted October 30, 2006 Share Posted October 30, 2006 Collecting the input is possible; accessing the client's file system is restricted, and requires ActiveX controls. Of course, you could just dump it into a cookie a read it from there.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.