Hi,
I have 3 frames added on one panel, again that panel is added on
Viewport(GWT-Ext). I want to refresh frame using JSNI or javascript
function. Normally, we use
"top.headerFrame.location.href=top.headerFrame.location;" for frame
(ie. named "headerFrame" in this code) that is directly added to html
page. But this is not working on GWT. cos, in GWT we need panel as one
media to add widget. Is it? So, please teach me how to access frame
inside panel to refresh using javascript code. Thanks in advance.

I already tried with this code. It's working.
Frame tFrame = new Frame();
String frameUrl = tFrame.getUrl();
tFrame.setUrl(frameUrl);
I want the javascript funtion to refresh GWT frame similar to
"top.headerFrame.location.href=top.headerFrame.location;" . Hope reply
as soon as possible. I tried to search the solution over 1 week :-(.

Thanks and Regards,
Aye

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to