<%@ LANGUAGE=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% Const L_BROWSE_TEXT="Browse" Const L_FILE_TEXT="File" Const L_URL_TEXT="URL" Const L_DEFAULT_TEXT="Default" %> <% if Request.Querystring("text") <> "" then %> <%= Request.Querystring("text") %> <% else %>

 

 

<% end if %>