Hello guys,
i have a page, principal.aspx
in this page i have a function that creates iframes.
in one of those iframes, i can call the function again to create another iframe.
what i need now is to acess a function an iframe, knowing the id of the iframe.
Ex.: iframe_01.Function('first_parameter','second_parameter');
any idea on how can i do that?
Obs.: the parent of every iframe will be the principal.aspx, so i wil call a function from that page.
i can acess a textbox and set a value, or a button and do a click, like this..
$('#iframe01').contents().find('#TextBox01').val('21515');
but i can't call a function from that iframe x.x
any help faaaast will be good
thanks and sorry for my bad bad bad english.