Hi all,
I am facing some prob,em with the following code line:

<FRAMESET ROWS="185,65%" FRAMEBORDER="0"
FRAMESPACING="0" BORDER="0"
ONLOAD="banner.testText.value=content.symbolForm.Symbol.value"
>

where:
"banner" and "content" are two frames with same
parent(where the code line is written);
"testText" is a text box(HTML) on the jsp file
populating the frame "banner";
"symbolForm" is the FORM name on html file populating
the frame "content";
"Symbol" is the name of a text box in symbolForm.

the purpose is to populate the "testText" field in one
frame with the value of "Symbol" field in
"symbolForm", without changing/adding code of any of
the frame sources.

Please feel free to point out any mistake or come up
with any new idea, which solves the purpose!

Thanks a Lot.

Steve

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to