> Honestly, I still don't get you.
>
> How can the client's Word not open if the script didn't make it open with
> COM.
?????

Anyway,

The only way PHP can make Word open on a clients machine is if a word
document is sent to the client, or the clients browser believes that is
receiving a word document.

You may be able to open word and insert text client side by using activex or
vbscript but PHP is server side and cannot spawn Word on a clients machine
using COM.

You would have to use COM server side to create the document the send it to
the browser
NB. This requires word to be installed server side.

M@


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to