|
Posted by Michael B. Trausch on 12/20/05 19:20
On 2005-12-20, R. Rajesh Jeba Anbiah <ng4rrjanbiah@rediffmail.com> wrote:
>
> So, you want to send the content to the server and have the
> processed content returned back to the client? If so, you can possibly
> create macros to do that. Google for macros and how to send content and
> get processed; IIRC, you may need to fiddle with XMLHTTP activex
> object.
>
Agreed. Have the office application gather the information (such as in
Excel or something), and then from there, have the application send the
request as an XML POST to the application. You will need to create
probably an application module to handle that, but that shouldn't be a
big deal. Then have it return an XML response. There is some samples
for just that sort of thing on the Internet. The last time I ran across
a need for it, it was using Microsoft Office and ASP, but you can just
as easily parse and generate the needed XML stuffs using PHP on the back
end.
Google is your friend. :)
Regards,
Mike
[Back to original message]
|