Results 1 to 2 of 2

Thread: Client-side scripting with file writing?

  1. #1
    Join Date
    Dec 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Client-side scripting with file writing?

    Are there any client-side scripting languages that can write to a text file? I've learned that JavaScript can, but only if you use an ActiveXObject, which won't work on my iPod touch (my ultimate goal). Or is there a library somewhere that I can access that will let me do that from JavaScript?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    An iPod touch has no real way to do this. I do not believe that there is any way to get Java applets to work (just like Flash doesn't work), and that's the best answer I can think of for your goal.

    ActiveX is IE-only, and the only other ways to do this involve plugins/applets like flash, java, etc.

    You could alternatively create serverside storage where you connect it to a login or identifier (maybe a cookie, if it is only temporary), and then the files are stored per user, but just on the server and not on the ipod.

    In short, the web is not designed to do what you are trying to do.

    What is your actual goal with this? You want to have a way to download a text file onto your ipod? You might have better luck finding out how to build an app.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •