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.

40 lines
884 B

  1. <%@ LANGUAGE = VBScript %>
  2. <% 'Option Explicit %>
  3. <!-- #include file="../directives.inc" -->
  4. <!--#include file="jsbrowser.str"-->
  5. <!--#include file="iisetfnt.inc"-->
  6. <HTML>
  7. <HEAD>
  8. <TITLE></TITLE>
  9. </HEAD>
  10. <BODY BGCOLOR="<%= Session("BGCOLOR") %>" LINK="#000000" VLINK="#000000" TEXT="#000000" TOPMARGIN=0 LEFTMARGIN=10>
  11. <FORM NAME="userform">
  12. <TABLE WIDTH = 100% >
  13. <TR>
  14. <TD>
  15. <%= sFont("","","",True) %>
  16. <%= L_FILENAME_TEXT %>
  17. </FONT>
  18. </TD>
  19. <TD>
  20. <INPUT NAME="currentFile" SIZE = <%= L_FILENAME_NUM %>>
  21. </TD>
  22. <TD ALIGN="right">
  23. <INPUT TYPE="Button" VALUE="<%= L_OPEN_TEXT %>" onClick="parent.head.listFunc.setPath();">
  24. </TD>
  25. </TR>
  26. <TR>
  27. <TD COLSPAN = 2>
  28. <TD ALIGN="right">
  29. <INPUT TYPE="Button" VALUE="<%= L_CANCEL_TEXT %>" onClick = "top.location.href = 'JSBrwCl.asp';">
  30. </TD>
  31. </TR>
  32. </TABLE>
  33. </FORM>
  34. </BODY>
  35. </HTML>