Total members 10262 | Gratitudes |It is currently Thu May 24, 2012 9:51 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: Java- Copy text area into disabled text area
PostPosted: Thu Jun 09, 2011 1:39 pm 
Offline
Newbie
User avatar

Joined: Thu Jun 09, 2011 1:26 pm
Posts: 1
Has thanked: 0 time
Have thanks: 0 time

<tr>
<td align="right" valign="center" width="100" height="50"><B> Name:</B></td>
<td valign="center"><input type="text" name="userName" size="30" maxlength="26"></td>
<td valign="center"><input type="text" name="userName"size="30" maxlength="26" disabled></td>

How do I copy the name inputed in the text field- automatically into the disabled area.
For example, I'm typing "Sarah" in the text field, and I want it to say "SaraH" in teh disabled- read only field- on the form.

How do I do this?
What function would enable me to do this?
Please reply ASAP! i really need help= as this is a part of my assignemnt!
thank you


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: Java- Copy text area into disabled text area
PostPosted: Thu Jun 09, 2011 3:38 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time
you can use javascript :

for example
Code:

<HTML>
<
HEAD>
<
SCRIPT LANGUAGE="JavaScript">
<!-- 
Beginning of JavaScript -
function 
myfunction () {
document.getElementById('mytest').value' your message ';
// do something. 
}
// - End of JavaScript - -->
</SCRIPT>
</HEAD>
<BODY>
 
 <TEXTAREA id="mytest" />
<INPUT id="text" TYPE="text"   VALUE="Change me"  onchange="myfunction()">
 
</BODY>
</HTML>

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  

 Similar topics
 video chat application in java
 navigating to database using java
 java mobile apps
 need help in java
 Read your gmail using Java code
 Search records from text file
 Java Programing to communicating port parallel
 Java Chat
 Steganography in java
 java code for listing folder contents from remote folder

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team