%@ LANGUAGE = VBScript %> <% Option Explicit %> <% On Error Resume Next Dim extra, buttonstr, brw extra=Request.QueryString brw = Session("Browser") %>
<% else %> <% if (instr(extra,"up")) then %>
<% %>
<% end if if (instr(extra,"NewType")) then buttonstr = L_NEWTYPE_TEXT else buttonstr=L_ADD_TEXT end if %>
<% end if %>