Hi, I don't think i understand you correctly but you can check this:
http://code.google.com/intl/pt-PT/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html you can have access both ways, js to java and java to js. But if you want access to a function in an html file, why not just put it on a external js file and import it? On 15 Fev, 05:32, "ganesh.shirsat" <[email protected]> wrote: > hi friends, > > i want to call the client site function from one html file. > > like example (suppose > > class ABC > { > > public function xyz() > { > $wnd.alert("calling from plan html file") > } > > } > > i want to call 'xyz' function abc.htm file. > > how would i achieved this? > > please give me solution? > > thanks, > all of u -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
