Web page in email

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Jan 2006
Posts: 1
Reputation: sevan is an unknown quantity at this point 
Solved Threads: 0
sevan sevan is offline Offline
Newbie Poster

Web page in email

 
0
  #1
Jan 5th, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Web page in email

 
0
  #2
Jan 5th, 2006
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!
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 4
Reputation: s1phrx is an unknown quantity at this point 
Solved Threads: 0
s1phrx s1phrx is offline Offline
Newbie Poster

Re: Web page in email

 
0
  #3
Jan 6th, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 11
Reputation: greghuston is an unknown quantity at this point 
Solved Threads: 0
greghuston greghuston is offline Offline
Newbie Poster

Re: Web page in email

 
0
  #4
Jan 31st, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 4
Reputation: s1phrx is an unknown quantity at this point 
Solved Threads: 0
s1phrx s1phrx is offline Offline
Newbie Poster

Re: Web page in email

 
0
  #5
Jan 31st, 2006
Originally Posted by greghuston
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC