I was wondering if anyone can tell me how to pre load a text box with text from a field the user has already entered text in. I have a short description text box and a long description and i want to fill the long description with whatever the user puts in the short description once he steps into the text field for long description.
Loading text from one box to another
Collapse
X
-
what are you using?swing, or struts or jsf ...
please let us know.
Originally posted by kingerkI was wondering if anyone can tell me how to pre load a text box with text from a field the user has already entered text in. I have a short description text box and a long description and i want to fill the long description with whatever the user puts in the short description once he steps into the text field for long description. -
Originally posted by kingerkI was wondering if anyone can tell me how to pre load a text box with text from a field the user has already entered text in. I have a short description text box and a long description and i want to fill the long description with whatever the user puts in the short description once he steps into the text field for long description.Comment
-
Helo kingerk,
This is the Java forum, you should be posting in the JavaScript forum if you're using JS.They'll be able to provide you with the correct solution.
Anyway, if you like you can post whatever code you have so far here as well, maybe some of us who do know a bit of JS can help you out(no guarantees though, remember this is the Java forum and Java != JS).Comment
-
Originally posted by abctechHelo kingerk,
This is the Java forum, you should be posting in the JavaScript forum if you're using JS.They'll be able to provide you with the correct solution.
Anyway, if you like you can post whatever code you have so far here as well, maybe some of us who do know a bit of JS can help you out(no guarantees though, remember this is the Java forum and Java != JS).Comment
Comment