I am using GWT and need history and using:
<iframe src="javascript:''" id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
But can I change __gwt_historyFrame
to any other name AAAAA
? Is it possible like below:
<iframe src="javascript:''" id="AAAAA" style="width:0;height:0;border:0"></iframe>