16 lines
268 B
HTML
16 lines
268 B
HTML
<html>
|
|
<head>
|
|
<script language="javascript" type="text/javascript">
|
|
<!--
|
|
function setLocationHref()
|
|
{
|
|
// set the location path as local page name.
|
|
window.location.href = 'bd/index.html';
|
|
}
|
|
//-->
|
|
</script>
|
|
</head>
|
|
|
|
<body onLoad="setLocationHref()">
|
|
</body>
|