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 ______________________________________________________________________ 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.
