Guest_imported
New member
- Jan 1, 1970
- 0
I have an iframe called 'a' where I put in this script:
<form name='b'>
<input type = button name = 'c'>
</form>
so in the main window (the window where I declare the iframe) how I can intercept the button 'b' value?
I tried with a.document.b.c.value but with error
<form name='b'>
<input type = button name = 'c'>
</form>
so in the main window (the window where I declare the iframe) how I can intercept the button 'b' value?
I tried with a.document.b.c.value but with error