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.
 
 
 
 
 
 

20 lines
419 B

<%
'Localizable strings for iifmsg.asp
Const L_VSERVERMSG_TEXT="FTP Messages"
Const L_WELCOME_TEXT="Welcome:"
Const L_EXIT_TEXT="Exit:"
Const L_MAX_TEXT="Maximum Connections:"
Const L_ACCESSDENIED_TEXT="Access Denied"
' Resizing constants
Const L_WELCOMEROWS_NUM = 4
' Different values for IE and Netscape
Const L_WELCOMECOLSIE_NUM = 50
Const L_WELCOMECOLSNS_NUM = 65
Const L_EXIT_NUM = 58
Const L_MAX_NUM = 58
%>