Google News
logo
Java GWT - Interview Questions
How to enable history support in GWT application?
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>

Advertisement