1 / 4

ASP Procedure

ASP Procedure. Y.-H. Chen International College Ming-Chuan University Fall, 2004. ASP Procedure. The ASP source code can contain procedures and functions: . ASP Procedure. In ASP you can call a JavaScript procedure or a VBScript procedure. Differences Between VBScript and JavaScript.

urbana
Download Presentation

ASP Procedure

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ASP Procedure Y.-H. Chen International College Ming-Chuan University Fall, 2004

  2. ASP Procedure • The ASP source code can contain procedures and functions:

  3. ASP Procedure • In ASP you can call a JavaScript procedure or a VBScript procedure.

  4. Differences Between VBScript and JavaScript • When calling a VBScript or a JavaScript procedure from an ASP file written in VBScript, you can use the "call" keyword followed by the procedure name. • If a procedure requires parameters, the parameter list must be enclosed in parentheses when using the "call" keyword. • If you omit the "call" keyword, the parameter list must not be enclosed in parentheses. • If the procedure has no parameters, the parentheses are optional. • When calling a JavaScript or a VBScript procedure from an ASP file written in JavaScript, always use parentheses after the procedure name.

More Related