Results 1 to 2 of 2

Thread: VBScript and Javascript

  1. #1
    Guest

    Cool

    Hi, I have 2 questions:

    1) If I write a function in VBScript, how can I call it from within my asp-page?

    2) I have some code written in javascript that I want to run from within some code in VBScript. (How) can I do that?

    Thanx!

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    The same way you would call it in an application. Just don't mix up server side script with client side script. One can't call the other.

    Code:
    call javascriptfunction()
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width