
Passing parameter to event code from ASP
Hi All
This is a frustrated newbie question. I am trying to pass
a global variable set in server-side ASP script to client-
side script located in the same asp file (Specifically a
Form object's OnSubmit event). Everything I have tried
has not worked. Oh, I am using
VBScript since its for a
intranet and all use IE.
example: intNumRows set in ASP script - need to pass its
value to client-side script so can loop through some
iterative validation routines.
Please advise how I do this.
thanks