Hi,
I am looking for a solution of adding external script result, and
append result to my GWT page's element (e.g. DIV).
I have external JavaScript link ("http://server-name?
param1=yyy¶m2=zzz"), which produces something like this:
"document.write('\n<script type=\"text\/javascript\" language=
\"JavaScript\">\n ...')" and I would like to add such a result to my
gwt page.
How can I apply result of this script (which produces
"document.write(...)") to a DIV or other element of page?
--
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.