Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Help needed -Pop up window from email newletter
Old 10-11-2009, 09:58 AM Help needed -Pop up window from email newletter
Junior Talker

Posts: 2
Name: suvetha
Trades: 0
Hi,

One of my client has asked us to a popup when their clients open the email newletter.

Is that possible to do in php.

Basically pop up window will have their signature.

They are asking for an php template to be used for email newsletters.And pop up window will open with their signature.

Is that possible?. I am not an programmer. Can anyone help me.
Thanks
Suvetha
nandugan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-11-2009, 11:49 AM Re: Help needed -Pop up window from email newletter
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
No it isn't, PHP has to run on a server, and "pop-ups" are usually initiated by javascript.

email client software (Outlook,Outlook Express, Eudora, Incredimail etc) will block javascripts in emails. Webmail users will have pop-up blockers in their browsers.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-11-2009, 10:23 PM Re: Help needed -Pop up window from email newletter
Junior Talker

Posts: 2
Name: suvetha
Trades: 0
Quote:
Originally Posted by chrishirst View Post
No it isn't, PHP has to run on a server, and "pop-ups" are usually initiated by javascript.

email client software (Outlook,Outlook Express, Eudora, Incredimail etc) will block javascripts in emails. Webmail users will have pop-up blockers in their browsers.

Thanks
nandugan is offline
Reply With Quote
View Public Profile
 
Old 10-11-2009, 10:45 PM Re: Help needed -Pop up window from email newletter
vivekar's Avatar
Webmaster Talker

Posts: 612
Trades: 0
All browsers comes with popup blocker by default.
Visitors do hate popups... just my thoughts...
vivekar is offline
Reply With Quote
View Public Profile Visit vivekar's homepage!
 
Old 10-11-2009, 11:58 PM Re: Help needed -Pop up window from email newletter
downliner's Avatar
Extreme Talker

Posts: 209
Location: Orkney
Trades: 1
As far as I know the only "popup" that can be launched automatically through opening an email would be a Authentication message - it can't be styled or anything like that however it can contain a custom message and will render the users browser completely inoperable until they confirm they have seen the message (by closing the popup).

I wouldn't recommend doing it this way, even if it is your only option. If you want to try it out put the following in a .htaccess file:

Code:
   <Files image.jpg>
  AuthType Basic
  AuthName "Your client signature here"
  AuthUserFile /home/path/.htpasswd
  Require valid-user
  </Files>
In the email you send out simply include the image.jpg that now has restricted access due to the .htaccess file.

As this isn't a popup per-se popup blockers cant block your message being shown. It will irate everyone who opens the email however
__________________

Please login or register to view this content. Registration is FREE
downliner is offline
Reply With Quote
View Public Profile Visit downliner's homepage!
 
Reply     « Reply to Help needed -Pop up window from email newletter
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25448 seconds with 12 queries