<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Function FixQuotes (strTxt) If strTxt <> "" Then FixQuotes = Replace(strTxt, "'", "´") FixQuotes = Replace(FixQuotes, "\", "~bs~") FixQuotes = trim(FixQuotes) End If End Function %> <% OpenConn %> Registration
<% CloseConn %>