Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

popup within HTML email

Status
Not open for further replies.

rmcguire80

IS-IT--Management
May 31, 2012
106
0
0
US
Hello,

Im trying to create an HTML email which will have popups which will open within email....

The page which I send out is located at
The popups open fine when viewed in a browser but within outlook, etc. they don't as using Javascript...is there a workaround for this or a way to do this without using JS?

thanks
 
Pop-ups require JS/CSS that is not well rendered in mail clients.

Using plain HTML, it is possible to create links with a "_blank" target to open a new window. But that can present odd results as well.
 
could you show me an example of how be a good way to go about doing this using just plain HTML?

thanks for the reply
 
HTML:
<a href="[URL unfurl="true"]http://www.tek-tips.com"[/URL] target="_blank">Open Tek-Tips in a new window!</a>
 
is there a way doing it this way to set the window size?
 
You could have JS in the linked page to resize the window "onload" but such a technique is messy.

Why don't you just send teaser emails that point to a fully functioning web page that allows you to use full JS and CSS?
 
[bigsmile]'cause the one requesting this really wants popups Is there any other way around this do you see?

thanks for the help
 
Your client could also ask that a clown sprays seltzer water from the screen and soaks the viewer. It is not going to happen.

The job as the professional service provider is to tell the client what can and cannot be done within the technical limitations of HTML email.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top