f********f 发帖数: 475 | 1 I have a question about the following ASP code written in VBScript. There are
two procedures, the first one was written in VBScript, the second one is in
JavaScript.
My question is:
1) for the first procedure, where will it be run? server or client?(I think it
should be at server because it is in the <%...%>, am I right?)
2) for the second procedure, if there is no statement of runat="server", where
will it be run? server or client?
Thank you! |
|