| re: mailing dynamic content
Hi,
have you found the solution ?
i'm looking for the same solution...
thanks
Franck
Ward Germonpré wrote:
[color=blue]
> Hi,
>
> I'm working on an intranet. Target browser and mailclient are
> IE6/Outlook2000.
>
> I use a topframe because I want to mimic Excel's fixed columnheaders.
> When scrolling long lists of data, the columnheaders in the topframe
> remain visible. Displayed data is dynamic, using php.
>
> Now my question:
> I want to give my users the option of sending the content of frame[main]
> to a collegue by clicking a button. I'm looking for a clientside solution
> because I want this action recorded in Outlook's "Sent" folder. Server
> side is not an option.
>
> Apparently IE allows sending a html page through mail. But as I use
> frames, the sent html page is empty.
> OnClick-ed, I assume I'll have to do a .focus to the correct frame, and
> then the incantation that IE uses to mail a htmlpage.
>
>
> thx for any help
>
> Ward[/color] |