mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
393 B
21 lines
393 B
<HTML>
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
|
|
function myLoad()
|
|
{
|
|
var fields = location.hash.split ('#');
|
|
MMCCtrl.TaskNotify ("{885B3BAE-43F9-11D1-9FD4-00600832DB4A}", fields[1], fields[2]);
|
|
window.history.back();
|
|
}
|
|
window.onload = myLoad;
|
|
</SCRIPT>
|
|
|
|
<BODY TOPMARGIN=0 LEFTMARGIN=0>
|
|
<OBJECT ID="MMCCtrl" <
|
|
CLASSID="CLSID:545AE700-50BF-11D1-9FE9-00600832DB4A">
|
|
>
|
|
</OBJECT>
|
|
|
|
</BODY>
|
|
|
|
</HTML>
|