Results 1 to 2 of 2

Thread: arrays

  1. #1
    Join Date
    May 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default arrays

    might be a stupid question but is it possible to get text from a text box into an array in javascript

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Short answer - Yes.

    Do you want to put the text from a text input into an existing array or create a new array using the value of the text input?

    Or, since you say 'text box', do you mean a textarea?

    And, since creating or adding to an array does nothing in and of itself, what were you planning on doing with the array?

    Do you have any code or a page you're working on?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •