Hi, Maybe there is a simpler way but you can use a JavaScript library like jquery.history.js or jquery.hashchange.js or Backbone and use the notifications when the user uses back/forward button and do whatever you need, e.g. location.href=...
On Thu, Jun 21, 2012 at 9:59 AM, ramlael <[email protected]> wrote: > Hi, > > I have requirement like... > > Embed/include a wicket page in a third party jsp site ( with iframe ). > the use can navigate the page through the links but when the user hits > their browser’s back or forward button within the current session to > arrive at the page that contains the iFrame we should not allow the user to > our Iframe. > > Please suggest me how to handle this in Wicket. > > I have try to send some variable on on-click to Iframe but the same > variable is coming on back/forward button also. > > Regards, > Rambabu > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Back-Forward-buttons-tp4650143.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
