Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Javascript add link to page with text box input and save

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

    Default Javascript add link to page with text box input and save

    This seems to be a tough one as i have not found a solution yet.I need a javascript guru.
    I have text box on a page.The user enters a 10 digit number in the box and clicks submit.
    The result is a link is added to the same page. ie http://0123456789 .I want to be able to save this data client side and be able to add as many links as possible.It has to be client side and safari complient ...thanks to all that reply

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Do the links have to show up next time you visit the page? And do they have to effect everyone seeing the page? Or just the client?
    Jeremy | jfein.net

  3. #3
    Join Date
    Mar 2009
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Yes they have to come up again.Have to be able to save and delete.I was thinking maybe a cookie or mydatabase type setup.This is for a stand alone system client side only.I have a close demo except it only loads and save text in a iframe.
    take a look at http://www.how2iphone.mobi/Note_Lock.html and http://www.how2iphone.mobi/datastore.js

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    You would need server side stuff... I'm sorry... Unless you wanted to use ActiveX which i know NOTHING about.
    Jeremy | jfein.net

  5. #5
    Join Date
    Mar 2009
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    pass is Zz

  6. #6
    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

    Quote Originally Posted by lgkauto View Post
    I was thinking maybe . . . mydatabase type setup . . . client side only
    Apples and oranges. All database sorts of things are server side. Besides, you never really answered Nile's question (emphasis added):

    Quote Originally Posted by Nile View Post
    Do the links have to show up next time you visit the page? And do they have to effect everyone seeing the page? Or just the client?
    - John
    ________________________

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

  7. #7
    Join Date
    Mar 2009
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    sorry about that.i thought i was clear.it's stand alone single machine.not attached to server.it' being compiled into a mobile app.

  8. #8
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Ok. If its only on the client's side, then do you mind showing me what this thing the user adds is going to look like - so I can work on it.
    Jeremy | jfein.net

  9. #9
    Join Date
    Mar 2009
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks Niles.Take look at the links in the above previous post.

  10. #10
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    It says "not supported"...
    Jeremy | jfein.net

  11. The Following User Says Thank You to Nile For This Useful Post:

    lgkauto (03-02-2009)

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
  •