17 lines
544 B
Text
17 lines
544 B
Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head id="Head1" runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Test Failed -->
|
|
<%@ Page Language="cs" AutoEventWireup="false" Debug="true" %>
|
|
<% Response.Write("Test Successful!"); %>
|
|
<br />
|
|
<input type="button" value="Close Window" onclick="javascript:window.close();" />
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|