Subversion Repositories eFlore/Archives.cel-v2

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 aperonnet 1
<html>
2
<head>
3
<script>
4
function hst() {
5
  var search = location.search;
6
  var historyToken = '';
7
  if (search.length > 0)
8
    historyToken = search.substring(1);
9
 
10
  document.getElementById('__gwt_historyToken').value = historyToken;
11
  if (parent.__gwt_onHistoryLoad) {
12
    parent.__gwt_onHistoryLoad(historyToken);
13
  }
14
}
15
</script></head>
16
<body onload='hst()'>
17
 
18
<input type='text' id='__gwt_historyToken'>
19
 
20
</body>
21
</html>