-
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.
-
-
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.
-
-
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.
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks