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!

How to call a script on the server?

Status
Not open for further replies.

Grazer

Programmer
Sep 6, 2001
28
0
0
GB
Hi,

I need to call a script that is sitting in the same folder. It doesn't need to show anything on the screen, I just want to run it from an asp page. Is that possible?

Thanks
 
yes, uisng the the code below

<!--#include file=&quot;action.asp&quot; -->
------------------
Freedom is a Right
 
Thanks, but I tryed that, and it doesn't work.

The Script is not an asp file, its a vbs file. Would that matter?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top