excalibur78
IS-IT--Management
How could I do this in javascript?
objForm.ADORecordset("RequestorEmail") = username
I tried just
<% objForm.ADORecordset("RequestorEmail") = username %>
but it didn't like it.
objForm.ADORecordset("RequestorEmail") = username
I tried just
<% objForm.ADORecordset("RequestorEmail") = username %>
but it didn't like it.