I tried putting the exact path in the href and it gave me the same error. Page can't be displayed. I took out the argument (LLENG306 3258) and the link works perfect. Is there another way I have wrap those arguments into the link?
Robert -----Original Message----- From: Linden, Todd [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 2:34 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: Call .vbs file 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> ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ____ � 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.
