20 lines
317 B
Plaintext
20 lines
317 B
Plaintext
<%@ LANGUAGE="JAVAScript" %>
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<TITLE>Document Title</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
|
|
<!-- Insert HTML here -->
|
|
<%
|
|
var objPwr;
|
|
objPwr=Server.CreateObject("PowerJS.Scriptlet");
|
|
objPwr.PowerDisplay();
|
|
%>
|
|
|
|
</BODY>
|
|
</HTML>
|