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.
24 lines
479 B
24 lines
479 B
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<HTA:APPLICATION ID="oHTA"
|
|
APPLICATIONNAME="myApp"
|
|
BORDER="none"
|
|
CAPTION="yes"
|
|
SHOWINTASKBAR="no"
|
|
MAXIMIZEBUTTON="yes"
|
|
MINIMIZEBUTTON="yes"
|
|
SHOWINTASKBAR="yes"
|
|
SINGLEINSTANCE="yes"
|
|
SYSMENU="yes"
|
|
VERSION="1.0"
|
|
WINDOWSTATE="minimize"
|
|
>
|
|
|
|
<script language="jscript">
|
|
window.open("tvdemo.htm", "TVDemo", "fullscreen=yes,scrollbars=no,titlebar=no");
|
|
window.close();
|
|
</script>
|
|
</body>
|
|
</html>
|