Ok, in my long-quest to get around IE's token problems, Ive had another idea;
Could I use a DOM call to set the contents of a hidden text box in an iFrame, then have the application in the iFrame listen for the change? Thus, I can pass variables to the "inner" application without using tokens at all? On May 27, 8:14 pm, darkflame <[email protected]> wrote: > Ive notice that, under IE browsers (-sigh-) that setting a frames Url > always seems to cause the whole frames contents to refresh, even if > its only the history token thats changed; > eg. > > Frame.setURL("www.existingurl.com#old") > .. > Frame.setURL("www.existingurl.com#new") > > Firefox and Opera neatly change the token of the Frames url without > refreshing its contents. > > Is this intended? Any work arounds? > I tried using setPropertyString and setAttribute to directly change > the url of the Frames element, but that didnt help. (in fact it made > it worse...Firefox and Opera both refreshed the contents completely > too). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
