Hi, I have a problem with History and I have found that it starts to
fail when I run some code like this:
/**onLoad()**/
Document doc = Document.get();
public_top = doc.getElementById("public_banner_top");
public_right = doc.getElementById("public_banner_right");
/**onTabChange - Usually after a history event**/
public_right.setAttribute("src", "srv/banners/get?banner=right");
public_top.setAttribute("src", "srv/banners/get?banner=top");
I thought the problem was because the History uses iframes, but I call
this elements by their id, so it shouldn't be.
If I remove this elements everything works fine, theres another way to
do this? I only need to refresh some banners (in iframes) after a tab
change.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---