Anyone knows how to call javascript function inside WOActionResult?
Hi,
I am new to webobjects and javascript. I have a AjaxUpdateLink action to change some value inside of an IFrame. I tried to put the IFrame into an AjaxUpdateContainer but seems not work.
Then I want to try
document.getElementById('iframe').contentWindow.document.getElementById('txt').v alue = 'test successful'
by put it in to
How can I trigger this or trigger the script inside WOActionResult java code.
Anyone can help? Many thanks
Mac OS X (10.6.5)