I have some HTML embeded in a basic HTML frame in my GWT app. What Id like to do is use links in the frame to effect the GWT app. I thought at first I could do this using the history state and bookmarks. Set up the HTML so the links are like;
<a href="#apple">apple</a> And then use the "onHistoryChanged" in the app to detect the change and return "apple". Only the event dosnt seem to fire. I'm guessing because it isnt a real history change, just adding the token onto the end of the url. So does anyone have any ideas how to do this? Preferable keeping the embeded html as simple as possible. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
