Revision 4455
Added by Jing Tao about 16 years ago
lib/style/skins/sanparks/index.html | ||
---|---|---|
1 |
<!-- * Does a redirect to jsp index page * --> |
|
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
3 |
<html> |
|
4 |
<head> |
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
6 |
<script language="JavaScript"> |
|
7 |
function doRedirectWithParams() { |
|
8 |
document.location.href="./index.jsp"; |
|
9 |
} |
|
10 |
</script> |
|
11 |
</head> |
|
12 |
<body> |
|
13 |
<script language="JavaScript">doRedirectWithParams()</script></body></html> |
Also available in: Unified diff
redicts to index.jsp