Hi there,
I just want to write to a log file, nothing fancy. I have a vb function setup in the <script> that will do this. From the asp I call logIt("message goes here") and I get a type mismatch when it tries to call the logIt function.
The function just has function logIt(strMessage) and doesn't work, just says 'Type Mismatch: logIt'
Anyone run into this before?
Thanks!
I just want to write to a log file, nothing fancy. I have a vb function setup in the <script> that will do this. From the asp I call logIt("message goes here") and I get a type mismatch when it tries to call the logIt function.
The function just has function logIt(strMessage) and doesn't work, just says 'Type Mismatch: logIt'
Anyone run into this before?
Thanks!