Re: download from internet


[ Follow Ups ] [ Post Followup ] [ Message Board ]

Posted by [IP Address: 17.216.23.195] 'Brad Bohn' on September 14, 2001 at 10:40:09 EST:

In Reply to: download from internet posted by [IP Address: 17.216.23.195] 'Monica' on September 14, 2001 at 09:56:26 EST:

Yeah, this is a real pain in the *ss. Try using the content type 'application/vnd.ms-excel'. If this doesn't work by itself, set up your internal table as if you were building an HTML page with a table. Each line in the internal table (excluding the first and last) should correspond to a row in the table. For example (CRLF=hex constants):

[HTML][BODY][TABLE]CRLF
[TR]CRLF[TD]COL1[/TD]CRLF...[TD]COLN[/TD]CRLF[/TR]CRLF
...
[/TABLE][/BODY][/HTML]CRLF

This should allow you to automatically open an excel document in the browser with your data.

I can't take credit for this solution; it was developed by a colleague who spent alot of frustrating time figuring it out--Thanks, Rick!

Hope this helps.

Semper Fi.


Follow Ups:



Post a Followup


Name:
E-Mail:
Subject:

Message:


[ Follow Ups ] [ Post Followup ] [ Message Board ]