metacat/lib/style/skins/knb2/index.html @ 7400
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> |