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 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(j

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 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 possib

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

2009-11-17 Thread Peter
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 ? Pleas