Hot to execute an visual basic script from a webform

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bridor

    Hot to execute an visual basic script from a webform

    hi, is it posible to call a .vbs from a webform?



  • Vaibhav

    #2
    Re: Hot to execute an visual basic script from a webform

    Hi

    One way i can think of is to include the .vbs file in your webform, put all
    the .vbs file code in a method. Then call the method as desired from your
    webform like any other method call.

    HTH
    Vaibhav

    "bridor" <crodriguez@dev onyx.com> wrote in message
    news:eE7NDa1ODH A.704@tk2msftng p13.phx.gbl...[color=blue]
    > hi, is it posible to call a .vbs from a webform?
    >
    >
    >[/color]


    Comment

    Working...