I have an jsp from which i call the iframe called iframe1 .
<iframe id="iframe1" style="display:none;" height="430" width="675" src="Myjps.jsp" ></iframe>
Now i have a parameter called myActualValue, which i am getting from a bean . Now i have to pass this parameter to iframe1 . How can I do it ?
Kindly help .
Inside first jsp:
Inside Iframe1 (Myjps)