How can i click a button in an iframe with a javascript in the actual page??
Printable View
How can i click a button in an iframe with a javascript in the actual page??
not sure with iframe, but with normal frame you would do:
onClick="parent.frames.yourJavascriptFunction();"