|
Subject:
|
DOM
|
|
Posted By:
|
Perseus
|
Post Date:
|
5/2/2006 5:31:03 AM
|
Hi, I would like fill in TextArea in html by result in java. I don't know how do it. Could you help please?
|
|
Reply By:
|
Mr. Ram
|
Reply Date:
|
5/3/2006 6:15:52 AM
|
<% ViewState vs = (ViewState)request.getAttribute("viewstate"); %> frm.textareadid.setAttribute("value","<%=vs.getHwRequirement()%>");
|
|
Reply By:
|
Perseus
|
Reply Date:
|
5/4/2006 4:52:01 AM
|
and is it java?
|
|
Reply By:
|
vakorde
|
Reply Date:
|
5/4/2006 8:50:27 AM
|
I guess this is JSP and the part frm.textareadid.setAttribute(.....) is a Java script. This code of Javascript will work only in the IE6 +
--------------------------- Vikrant Korde 3i Infotech, Vashi, Mumbai, Maharashtra, India.
|