Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Need to pass parameters to .exe from a HREF or Java Script

Reply
Thread Tools

Need to pass parameters to .exe from a HREF or Java Script

 
 
Scott Townsend
Guest
Posts: n/a
 
      01-29-2004
I'd like to pass parameters to a local Application from a webpage.

something like:

<a
href="file:///C:/Program%20Files/myapp/myapp.exe%20-custno:mycustno%20-quote
no:12345%20-item:12345">test with params</a></p>


Though it does not like it. If I leave off the Parameters it works fine.

Funny thing if I enter the parameters from a command line including the full
path to the EXE it would not work. If I changed to the app directory and
just typed the name of the App and the Parameters it works just fine.

Its like it does not like the path name...

Any Suggestions?

Thanks,
Scott<-


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help converting 'onclick' script to 'href' script... whitgurley@gmail.com Javascript 9 12-30-2006 11:50 PM
href="javascript:func()" vs href="#" onclick="javascript:func()" CRON HTML 24 06-20-2006 08:05 PM
difference between location.href and window.location.href? saiho.yuen Javascript 3 09-14-2004 06:51 PM
How do I pass a value to a PERL script from an <a href? Rodney Perl Misc 6 09-24-2003 10:33 PM
Problem: Setting MSIE iframe innerHTML change relative href/src to absolute href/src Soren Vejrum Javascript 4 07-05-2003 01:47 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57