PDA

Click to See Complete Forum and Search --> : Java script


sam0010
May 31st, 2001, 04:01 PM
How can i click a button in an iframe with a javascript in the actual page??

sebs
Jun 1st, 2001, 10:38 AM
not sure with iframe, but with normal frame you would do:


onClick="parent.frames.yourJavascriptFunction();"