initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
17
Troubleshooting/Test0Do.aspx
Normal file
17
Troubleshooting/Test0Do.aspx
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!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>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue