Is it not possible to use the browsers eMail option to send a page that I create.
Even if you could then think about what the "browser's email option" does.
Let's consider 2 popular browsers.
Internet Explorer.
It sends the email via the user's email client - be that Outlook, Outlook Express, whatever. The browser itself doesn't send anything. It throws the HTML from the page at the mail client, but whether that will work or not depends on the mail client - and more so how the mail looks to the recipient depends on their mail client.
Firefox.
This browser has an option to send a link. It doesn't send the page. But again it uses the user's email client to send a mail.
Even if you could use the browser's own mail command it wouldn't give you a consistent result and most likely won't do what you want anyway.
The best way to send mail from a webpage is via a server side script of some kind.
If you want to send HTML mail then make the HTML dead simple - retro even! Table layouts, font tags etc! Horrible but the only real way to get a remotely consistent result.
If you are sending HTML mail then you should send it as a Mutlipart message and include a plain text version. Again, server side scripts are the way to do this.
Finally, bear in mind that email is a text medium. It's a happy (hmm) coincidence that HTML is basically text. Consequently email has been hijacked for sending HTML mail. Whilst there isn't anything really wrong with this, you must take time to consider how you send the mail and the ramifications therein. What appears simple, isn't. Sadly many people overlook this.
--
Tek-Tips Forums is Member Supported. Click Here to donate
<honk>*:
O)</honk>
Tyres: Mine's a pint of the black stuff.
Mike: You can't drink a pint of Bovril.