Using the onClick Event and Using the onSubmit Event describe how clicking Change or Delete initiates a call to postIt.asp. This ASP page performs four tasks:
<META http-equiv="content-type" content="text/htm; charset=ISO-8859-1"/>
For Each item in parent.document.all.tags("META")
If UCase(item.httpEquiv)="CONTENT-TYPE" Then
NodeValue = item.content
NodeValue = Mid(NodeValue,InstrRev(NodeValue,"=")+1)
document.defaultCharset = NodeValue
End If
Next
Set objPostIt = Server.CreateObject("Litware.XML")
objPostIt.PostActions Request,Response,Application("Eval_ConnectionString")
Including Hidden Fields on Forms describes the hidden fields in the RIGHTPANE frames that contain values the PostActions method uses. ViewRecords: Where the Data Retrieval Process Begins describes the hidden fields in the RIGHTPANE frames that contain values the ViewRecords method uses.