calling functions from one vbscript from another

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

    calling functions from one vbscript from another

    I don't know much about the VB Scripting. ( though I have done
    Script-ing for DHTML in html pages).

    In browser-pages we would be able to source any number of scripts as
    <html>
    <head> <!-- Start of HEAD -->
    <script language=vbscri pt src=sample1.vbs />
    <script language=vbscri pt src=sample2.vbs />
    <script language=vbscri pt>
    // make use of functions available in sample1.vbs and sample2.vbs
    </script>
    </head><!-- End of HEAD -->
    <body>
    </body>
    </html>
    Question:

    Is there any similar way to source on VBScript inside another ?
Working...