Monday, May 27, 2013

Re: History back in chrome and safari

Manually set the href attribute using

widget.getElementById("nextLink").setAttribute("href", "#topic2");

to the prev and next buttons everytime time the page loads set them. Never put #nextPage or #prevPage through the history manager.

Duncan

On Tuesday, 10 November 2009 21:15:38 UTC-6, Amir wrote:
Hi,
I am developing a GWT application.
Inside my main GWT window I have an iFrame which loads a non gwt url.
The user can click on links inside the iFrame window to navigate to
other pages.
Now I want to provide back/forward functionality to move back and
forward between the pages loaded in the iFrame.
I tried using the standard history.back() technique and it works fine
on FF and IE but not on Chrome and Safari.
Does anyone know I can accomplish that across all browsers?
Many thanks,
Amir

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

No comments:

Post a Comment