Results 1 to 2 of 2

Thread: Using Javascript to access external Text file

  1. #1
    Join Date
    Mar 2006
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Using Javascript to access external Text file

    Hi there,

    I am fairly new to Javascript and need to use it to select, at random, a field1 and a field2 for use on a web page

    My idea is to build an array() from a separate text (txt) file and then randomly select one line.

    For example the entries in the text file will be:-

    field1, field2
    field1, field2
    field1, field2

    To save space it would be best to randomly select a line form the text file and then use this on the web page - but I have no idea how to do this!

    Can anyone show me the way to go - with either idea?

    thanks
    Allan

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    While this can be done, it would be much, much better to do it server-side, and that should be tried before Javascript is even considered an option.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •