suganya
09-11-2003, 11:43 AM
I have two frames & the code goes like this...
<frameset rows="*,0" framespacing="0" frameborder="0">
<frame name="addColsContent" id="addColsContent" src="as_addColsContent.jsp" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="addColsFooter" id="addColsFooter" src="as_addColsFooter.jsp" marginwidth="10" marginheight="10" scrolling="no" frameborder="0">
</frameset>
yes,...i'm having my second frame hidden!...
i want to submit the hiddenframe's (addColsFooter) form when i click on the ok button of the frist frame (addColsContent)
i tried this... wouldn't work!...
in my 1st frames form:
<input style="width:60px" type="submit" name="submitButton" value="OK" onClick="onClickOKButton();">
parent.frames["addColsFooter"].document.getElementById("addColumnsSave").submit;
any help pls..
thankyou very much!...
:confused: :confused:
<frameset rows="*,0" framespacing="0" frameborder="0">
<frame name="addColsContent" id="addColsContent" src="as_addColsContent.jsp" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="addColsFooter" id="addColsFooter" src="as_addColsFooter.jsp" marginwidth="10" marginheight="10" scrolling="no" frameborder="0">
</frameset>
yes,...i'm having my second frame hidden!...
i want to submit the hiddenframe's (addColsFooter) form when i click on the ok button of the frist frame (addColsContent)
i tried this... wouldn't work!...
in my 1st frames form:
<input style="width:60px" type="submit" name="submitButton" value="OK" onClick="onClickOKButton();">
parent.frames["addColsFooter"].document.getElementById("addColumnsSave").submit;
any help pls..
thankyou very much!...
:confused: :confused: