C
Chris Smith
Hi Larry,
You may not use msgbox to write to a HTML client application in the manner
that you are trying.
Use the response.write method just as you always have in asp development or
drag a label control on the webform and set the .text property to your
value.
You may not use msgbox to write to a HTML client application in the manner
that you are trying.
Use the response.write method just as you always have in asp development or
drag a label control on the webform and set the .text property to your
value.