14 lines
268 B
HTML
14 lines
268 B
HTML
<HTML>
|
|
<BODY>
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
<!--
|
|
var i=window.location.href.length-1;
|
|
for (;;i--)
|
|
if (window.location.href.charAt(i)=='/') break;
|
|
window.open(window.location.href.substring(0,i+1)+"dcdresser.htm",null);
|
|
history.back();
|
|
//-->
|
|
</SCRIPT>
|
|
</BODY>
|
|
</HTML>
|