blob: 6323ff6dade012e39adcc9a63cae11357b875d6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<script type="text/javascript">
// a workaround for capturing and passing gwt.codesvr parameter in development mode
function goTo(location) {
window.location = location + window.location.search;
}
goTo("test/test.html");
</script>
</body>
</html>
|