954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Web page in email

Hi...new here. Found this site while searching for an answer. While a novice mainly, I am as good as it gets for my workplace, a not-for-profit in central Indiana.

Anyway, a few eeks ago I stumbled across a code snippet that could be inserted in email that, when opened, the email would display a hosted web page, as opposed to inserting an entire coded page into the email message.

Of course I lost the snippet and two days of searching again have been futile. If anyone can help I would be very appreciative.

--Scott

sevan
Newbie Poster
1 post since Jan 2006
Reputation Points: 10
Solved Threads: 0
 

Hmm... never seen anything like that, sorry. It would require an email client that ran JavaScript.

What I have seen and used is a web application that generated an image, dynamically, on the fly. In your email, you set the src of an image to that application, with parameters. That way you can track that the email was opened, plus generate an image unique to that individual.

Welcome to Daniweb!

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

I agree, some sort of SSI, or server-side JS.
The problem with that is you cant gaurantee it would work with the targeted audience. Only supported email progs would render it properly.
Alot of people even use plain-text only, in order to help thwart getting an encoded virus in their HTML as well.
I would say, not knowing what your use might be, you could lose 50%-75% of your audience.

s1phrx
Newbie Poster
4 posts since Jan 2006
Reputation Points: 10
Solved Threads: 0
 

Could you possibly use an iframe with the site as the src? I don't know if the email viewer will render an iframe correctly though.

iframe src="websiteurl"
/iframe

of course you would want to set the dimensions.

Just a though.

greghuston
Newbie Poster
11 posts since Aug 2005
Reputation Points: 10
Solved Threads: 0
 

Could you possibly use an iframe with the site as the src? I don't know if the email viewer will render an iframe correctly though.

iframe src="websiteurl" /iframe

of course you would want to set the dimensions.

Just a though.

Yes, that could work with some clients, but I would make sure the format is expandable, because the email client may over-ride anything you put in for dimensions.

I would seriously try several methods and see what works the best for your tastes. Compare results over several free web-based email systems like Yahoo and Gmail, and outlook Express etc.

s1phrx
Newbie Poster
4 posts since Jan 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You