Can't seem to get this to work?
This function is in the Parent
Tried this does'nt work->
Tried this does'nt work, thats weirdCode:parent.document.generator1a.['frm2'].nameid.value="Welcome"->
I did try without the parent.Code:parent.document.generator1a['frm2'].nameid.value="Welcome"
this is frm2Code:document.generator1a['frm2'].nameid.value="Welcome"
Code:<form action="#" name="generator1a"> <div> <input style="color: pink; background-color: black" type='text' name='nameid' id='nameid' value='0' /> </div> </form>


->
Reply With Quote

Bookmarks