I like to use a Function or a Sub would work; theres going to be more interactions with user/validation, etc. Call it whatever, I like to use it debug.
'Java --> Alert Public Function Debug(message) Response.Write "alert('The value " & message & "');" End Function
DEBUG("IndivNo: " & mIndiv & " -- SSN: " & mSSN & " -- Update Flag: " & mUpdateFlag )
Replaced this:
'response.write "FLAG IS " & mUpdateFlag & "
"
'response.write "sIndiv IS " & mIndiv & "
"
'response.write "SSN IS " & mSSN & "
"