79612865

Date: 2025-05-08 17:14:12
Score: 1
Natty:
Report link

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 & "

"

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Brain_Fart