Dear

I have set the iframe to the Panel using the Panal setHtml method as follows

 editPanel.setHtml(
                "<center>" +
                        "<br><br>" +
                        " <iframe name='"+iFrameName+"' id='"+iFrameName+"'
scrolling='yes'" +
                        "  src=" + urlVM + "  width='800' height='931'
></iframe>" +
                        "<br><br>" +
                        "</center>"
   );



and i need to get the form inside the iframe using java in another panel

How to get that

Pls reply me as soon as possible

Thanks
reguards
Saneera

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to