Source code of Windows XP (NT5)
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.

26 lines
562 B

  1. <%@ LANGUAGE = VBScript %>
  2. <% 'Option Explicit %>
  3. <!-- #include file="../directives.inc" -->
  4. <!--#include file="jsbrowser.str"-->
  5. <HTML>
  6. <HEAD>
  7. <TITLE></TITLE>
  8. </HEAD>
  9. <BODY BGCOLOR="#CCCCCC">
  10. <FORM NAME="userform"><FONT FACE="Helv" SIZE = 1>
  11. <TABLE WIDTH = 100% >
  12. <TR>
  13. <TD ALIGN="right">
  14. <INPUT TYPE="Button" VALUE="<%= L_OPEN_TEXT %>" onClick="parent.head.listFunc.setPath();">
  15. &nbsp;
  16. <INPUT TYPE="Button" VALUE="<%= L_CANCEL_TEXT %>" onClick = "top.location.href = 'JSBrwCl.asp';">
  17. </TD>
  18. </TR>
  19. </TABLE>
  20. </FORM>
  21. </BODY>
  22. </HTML>