Hello,
The following function returns true/false and I would like to obtain the value from that function. The function resides in an iframe and it submits and validates a form within that iframe. Im executing the function from the parent like so..
return window.frames[frameid].submitHandler(); (works fine)
Apparently I cannot do this..
var newvar = return window.frames[frameid].submitHandler();
Anyone know how I can retrieve the true/false value?
Thanks for your help!


Reply With Quote

Bookmarks