Robert, The web server is looking for a server named "gilmanweb" and a web application called "glimannet". (I'm sure you know that...)
What you might be missing is the required path info for the "file:\\" method. Try: (watch for wrap) <a href='file:\\gilmanweb\inetpub\wwwroot\gilmannet\g_test\scripts\killproc ess.vbs LLENG306 3258'>" & objItem.ProcessId & "</a> Or: (if your inetpub is on the c:\ drive of the web server) <a href='file:\\gilmanweb\c$\inetpub\wwwroot\gilmannet\g_test\scripts\killp rocess.vbs LLENG306 3258'>" & objItem.ProcessId & "</a> -----Original Message----- From: Hoenig, Robert [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 2:27 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] Call .vbs file I'm trying to call a Vbscript file from a webpage and I would like to include some arguments in my call. Here is the code <a href='\\gilmanweb\gilmannet\g_test\scripts\killprocess.vbs " & strName & " " & objItem.ProcessId & "'>" & objItem.ProcessId & "</a> That translates to <a href='\\gilmanweb\gilmannet\g_test\scripts\killprocess.vbs LLENG306 3258'>" & objItem.ProcessId & "</a> It will vary on which computer your launching the script on. When I copy just the path into the command prompt it works just fine but when I click on the link in my web browser I get a page can't be displayed error. I've tried putting file:// and http:// in front of the path. Still nothing. Any suggestions? Thanks in advance Robert ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
