Forum Moderators: open
i used the following code to get the value from second frame in the javascript( javascript is written in frame1.jsp)
var id=parent.document.SecondFrameName.form[0].id.value
in IE iam able to get this value. but in Mozilla and Konqueror browsers i am not getting this .
plz send me a solution to get a value from one frame
in to the javascript of other frame.