<% 'BindEvents Method @1-E4235666 Sub BindEvents() Set messages.CCSEvents("BeforeInsert") = GetRef("messages_BeforeInsert") End Sub 'End BindEvents Method Function messages_BeforeInsert() 'messages_BeforeInsert @4-11BB3FE9 'Retrieve Value for Control @20-0D6F06AF messages.message_id_parent.Value = Request.QueryString("message_id") 'End Retrieve Value for Control End Function 'Close messages_BeforeInsert @4-54C34B28 %>