windows-nt/Source/XPSP1/NT/admin/activec/conui/html/default.htm

25 lines
358 B
HTML
Raw Normal View History

2020-09-26 03:20:57 -05:00
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Expires" content="0">
<TITLE></TITLE>
<SCRIPT LANGUAGE="JavaScript">
function myLoad()
{
var str = "reload.htm" + location.hash;
location.replace (str);
}
window.onload = myLoad;
</SCRIPT>
</HEAD>
<BODY TOPMARGIN=0 LEFTMARGIN=0>
</BODY>
</HTML>