Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-06-2007, 07:41 PM   #1 (permalink)
In The Zone
 
whoopy_whale's Avatar
 
Join Date: Sep 2004
Location: Bermuda Triangle
Posts: 239
Question Changing label text using javascript


Please suggest me a way to change a label text using javascript.
I have a form with some input elemnts in it.
Whenever the user makes an input into a particular text field,that input should reflect as the text inside the <label> tag...

How can I do it?
Help plz...
__________________
In just two days, tomorrow will be yesterday.
whoopy_whale is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 08-06-2007, 05:18 PM   #2 (permalink)
Jai Suresh
 
lywyre's Avatar
 
Join Date: Aug 2004
Location: Vellore, TN
Posts: 580
Default Re: Changing label text using javascript

Here it is. The value will be updated after the focus is moved away from the text box. [onblur() also has the same effect]

<form>
<label id="mylabel">No text</label>
<br /><input size="15" id="mytext" onchange="updatelbl()"/>
<br /><input size="15" />
</form>

<script type="text/javascript">
function updatelbl(){
document.getElementById("mylabel").innerHTML = document.getElementById("mytext").value;
}
</script>
lywyre is offline  
Old 18-06-2007, 10:20 AM   #3 (permalink)
In The Zone
 
whoopy_whale's Avatar
 
Join Date: Sep 2004
Location: Bermuda Triangle
Posts: 239
Default Re: Changing label text using javascript

Thanx buddy...
__________________
In just two days, tomorrow will be yesterday.
whoopy_whale is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
TUTORIAL: Changing Windows XP Login Screen Text Entries ! Vishal Gupta Tutorials 15 07-12-2008 11:31 PM
GMail label name problem !! hittheswitch Internet & WWW 5 11-08-2005 12:29 PM
how to design and print a CD Label gsmsikar QnA (read only) 9 01-08-2005 09:50 PM
Changing CD Label Hexus QnA (read only) 3 05-11-2004 08:39 PM

 
Latest Threads
- by Tenida
- by Charan
- by abhidev

Advertisement




All times are GMT +5.5. The time now is 10:18 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2