1.

How To Enable History Support In Gwt Application?

Answer»

In ORDER to use GWT History support, we must first embed following iframe into our host HTML PAGE.
<iframe src="javascript:''" id="__gwt_historyFrame" STYLE="width:0;height:0;border:0"></iframe>

 

In order to use GWT History support, we must first embed following iframe into our host HTML page.
<iframe src="javascript:''" id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>

 



Discussion

No Comment Found