Is it possible to call a client-side javascript function from a different frame?
I have a btn_OnClick() function that i would like to call... could it be done like this?
top.framename.btn_OnClick();
I need to avoid cutting and pasting the function from the page it resides on now.
Thanks.
MrMilton
I have a btn_OnClick() function that i would like to call... could it be done like this?
top.framename.btn_OnClick();
I need to avoid cutting and pasting the function from the page it resides on now.
Thanks.
MrMilton