Edit Entries confirmation


<% dim RSFORM Dim sql Set RSFORM = Server.CreateObject("ADODB.Recordset") RSFORM.Open "guests", Conn, 2, 2 RSFORM.Find "ID='" & request("ID") & "'" %>

">
Name " size="30" maxlength="255">
Location " size="30" maxlength="255">
Email " size="30" maxlength="255">
Message
Action  
<% RSFORM.close set RSFORM = nothing %>
© Copyright 2007