Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using vbscript to call a function in another .vbs file

Status
Not open for further replies.

vblou

Programmer
Sep 17, 2002
9
US
I have a vbscript in an asp.net page that need to call a function in a .vbs file, so far I'm unable to. I've tried using:

<script language=&quot;vbscript&quot; src=&quot;FileName.vbs&quot;/>
<script language=&quot;vbscript&quot;>
.
.
FunctionName
.
.
</script>

Is this the correct way?

Lou
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top