hi all
this is my first query plz help me,
i have one page which hv two ifrmaes,parent iframe contains no of child ifrmae.now oncliking child iframe check box ,i hv to get that value into parent iframe,i managed to create array of parent iframe but can't get child ifrmae's control,
plz help me
i used like this
document.getelementbyid("iframeparent1).document.getelementsbyname("Check1")
but it doesn't work