I would like to add an image to the host page after a particular
moment and to do this i try this code:
Document d= Document.get();
Element image=d.createElement("img");
image.setInnerHTML("src=\"images/GoogleCode.png\" align=\"right\"");
why it doesn't work and what changes i can apply?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---