Re: [PHP] How to call a vc++ dll from a HTML form

2009-11-18 Thread Ashley Sheridan
On Wed, 2009-11-18 at 15:54 +1030, James McLean wrote:

 On Wed, Nov 18, 2009 at 3:21 PM, Peter pet...@egrabber.com wrote:
  Thanks to All.
 
  I want to call a vc++ dll from a HTML form. The dll need to be triggered on
  a button click in the HTML form.
 
  I want to access the dll from the client end(javascrript) without using the
  server.
 
  Tell me whether its possible to call dll directly or through any interface ?
 
  Please provide me your valuable inputs to solve this issue.
 
 What does this have to do with PHP?
 
 Oh, and it's a bad idea. Don't do it...
 


Like I mentioned in the other thread you opened where you were asking
the same question, if this is at all possible, it will only work on
Internet Explorer, if at all. If you look at the browser statistics held
by the W3C you'll notice that IE usage is in the decline as well.

Also, if this is possible, users will be asked whether they want this
insecure DLL running ramshod all over their system, and I'd hazard a
guess that the majority of users would decline such an offer.

Just out of curiosity, what does your DLL actually do? I'd be highly
suspect of any site wanting to do something like this, and would feel no
qualms about reporting it as having highly suspicious activity.

Thanks,
Ash
http://www.ashleysheridan.co.uk




Re: [PHP] How to call a vc++ dll from a HTML form

2009-11-17 Thread James McLean
On Wed, Nov 18, 2009 at 3:21 PM, Peter pet...@egrabber.com wrote:
 Thanks to All.

 I want to call a vc++ dll from a HTML form. The dll need to be triggered on
 a button click in the HTML form.

 I want to access the dll from the client end(javascrript) without using the
 server.

 Tell me whether its possible to call dll directly or through any interface ?

 Please provide me your valuable inputs to solve this issue.

What does this have to do with PHP?

Oh, and it's a bad idea. Don't do it...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php