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.

Go to topic 42769

Return to index page 296
Return to index page 295
Return to index page 294
Return to index page 293
Return to index page 292
Return to index page 291
Return to index page 290
Return to index page 289
Return to index page 288
Return to index page 287