GWT history iframe
Posted
by msaif
on Stack Overflow
See other posts from Stack Overflow
or by msaif
Published on 2010-05-26T20:26:57Z
Indexed on
2010/05/27
9:11 UTC
Read the original article
Hit count: 343
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>
© Stack Overflow or respective owner