I urgently need your help.
I am trying to convert the following VB6 routine to VBScript:
----------------------------------
Dim Answer
If Trim(txtSearch.Text) = "" Then
Answer = MsgBox("Need String Search, Please", vbOKOnly + vbCritical, "Warning")...