Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 11-23-2010, 03:20 AM   #1
New Member
 
Join Date: Nov 2010
Posts: 2
Talking Synchronized Textboxes/Formboxes

Hey:

So this is what I want to do: I'm building a kids website that is a tall webpage. I want a kid to be able to enter his name into a field when he first arrives at the page. Then, the child will scroll down the page, interact with some content, and then when he gets to the bottom of the page I have a treefort. I want their name to be shown on the front of the treehouse. ???

So basically, I want text-box 1 at the top of the page, and I want text-box 2 (preferably without any decoration) on the bottom of the page to simply just copy whatever is in text-box 1. ?? Any help would be great!

Thanks, Aaron
AaronV is offline   Reply With Quote


Old 11-24-2010, 12:02 AM   #2
Gold Member
 
Join Date: Nov 2009
Location: New York
Posts: 370
Default

Code:
<input type="text" id="username-1" onkeypress="document.getElementById('username-2').value=this.value"/>
<input type="text" id="username-2" />
__________________
Submit to my Website Gallery | NY Web Design
bcee is offline   Reply With Quote
Old 11-26-2010, 09:00 PM   #3
New Member
 
Join Date: Nov 2010
Posts: 2
Default

Oh my sweet lord! Thank you SOOOO much!
AaronV is offline   Reply With Quote
Old 11-29-2010, 11:37 AM   #4
Gold Member
 
Join Date: Nov 2009
Location: New York
Posts: 370
Default

No problem
__________________
Submit to my Website Gallery | NY Web Design
bcee is offline   Reply With Quote
Reply

Tags
form

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:43 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.