Results 1 to 4 of 4

Thread: javscript/html query!

  1. #1
    Join Date
    Jul 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question javscript/html query!

    suppose in 1 web1.html i have a textbox, i want to show the contents of the textbox from web1.html to web2.html,
    how to do it,without using database or any server based technology.
    using javascript,can we do it? is it possible?if yes,then how?...pls help.

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

    Default

    Javascript? Yes, but it's crude and ugly.
    You have a 0% frame with a hidden input, then change the input's value from the first page in the 100% frame, then get the value back again in the next page.
    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!

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

    We've been all through that - from the archives:

    http://www.dynamicdrive.com/forums/a...hp/t-2237.html

    Also try Googling:

    "site:http://www.dynamicdrive.com/forums/archive/ var1= jscheuer1"

    without the quotes.
    - John
    ________________________

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

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

    Default

    Still ugly, but not as ugly as mine
    This isn't suitable for passwords and such, though, or values that really shouldn't be altered by the user.
    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
  •