The following code returns an error at the javascript line:
How can I qualify the dynamic value portion?
Message was edited by:
SLDyke
Code:
</TABLE> <P><B><FONT size="+1" color="red"></FONT></B></P> <P></P><FORM target="_blank" action="/DrawingInquiry/ViewDrawing" name="myForm1" method="get"><INPUT type="submit" value="View Drawing"></FORM> <FORM action="/DrawingInquiry/ViewDrawing2"><INPUT type="submit" value="View Drawing 2"></FORM> <FORM action="/DrawingInquiry/GetMainPageServlet"><INPUT type="submit" name="anotherDrawing" value="Look Up Another Drawing"></FORM> <FORM action="/DrawingInquiry/DrawingInquiryBaseServlet" name="testthis"><INPUT type="submit" name="anotherDrawing0" value="Look Up Another Drawing"><INPUT type="text" name="dwgnobase" size="25"> <jsp:useBean id="dwgnoget" scope="session" type="com.ibm.drawinginquiry.rational.Drawing"></jsp:useBean><jsp:getProperty name="dwgnoget" property="dwgName" /></FORM> <script type="text/javascript"><!-- document.testthis.dwgnobase.value = document.testthis.dwgnoget.dwgName; //--></script> </BODY>
Message was edited by:
SLDyke
Comment