PC Review


Reply
Thread Tools Rate Thread

how to call an asp page from an email

 
 
srinivas
Guest
Posts: n/a
 
      18th Aug 2006
Hi All,

We are sending an html email from asp page.In the email we
appended an image tag and the "src" attribute points an asp page in our
server.Here when ever user read the email this image tag will fire our
asp page.It is working fine if we open the mail in web browsers.It is
failing in outlook express.We modified the code a bit and replaced the
<img> tag with <iframe> tag.It is woring fine in outlook express now.
but it is not failing in web browsers.Do we have any other alternative
method to call an asp page from the email.

Thanks in advance

sri

 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      18th Aug 2006
"srinivas" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> Do we have any other alternative method to call an asp page from the
> email.


Why are you even trying to do this these days? Phishing is so common now
that many people set their browsers not to display HTML or rich content by
default, and it's difficult to imagine anyone stupid enough to actually
click a hyperlink embedded in an email, even if the email looks perfectly
genuine...


 
Reply With Quote
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      18th Aug 2006
Try just using a regular <A href ... hyperlink instead of an image. Most
modern email software blocks images.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"srinivas" wrote:

> Hi All,
>
> We are sending an html email from asp page.In the email we
> appended an image tag and the "src" attribute points an asp page in our
> server.Here when ever user read the email this image tag will fire our
> asp page.It is working fine if we open the mail in web browsers.It is
> failing in outlook express.We modified the code a bit and replaced the
> <img> tag with <iframe> tag.It is woring fine in outlook express now.
> but it is not failing in web browsers.Do we have any other alternative
> method to call an asp page from the email.
>
> Thanks in advance
>
> sri
>
>

 
Reply With Quote
 
bruce barker \(sqlwork.com\)
Guest
Posts: n/a
 
      18th Aug 2006
assuming the email app is not blocking src references, be sure its the full
path http://mysite/page.aspx.

-- bruce (sqlwork.com)


"srinivas" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
>
> We are sending an html email from asp page.In the email we
> appended an image tag and the "src" attribute points an asp page in our
> server.Here when ever user read the email this image tag will fire our
> asp page.It is working fine if we open the mail in web browsers.It is
> failing in outlook express.We modified the code a bit and replaced the
> <img> tag with <iframe> tag.It is woring fine in outlook express now.
> but it is not failing in web browsers.Do we have any other alternative
> method to call an asp page from the email.
>
> Thanks in advance
>
> sri
>



 
Reply With Quote
 
srinivas
Guest
Posts: n/a
 
      22nd Aug 2006
Hi Bruce,

I used <iframe> to solve the issue.Thanks for reply.Bruce can u please
send me the links to get good knowledge in sqlserver.

bruce barker (sqlwork.com) wrote:
> assuming the email app is not blocking src references, be sure its the full
> path http://mysite/page.aspx.
>
> -- bruce (sqlwork.com)
>
>
> "srinivas" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi All,
> >
> > We are sending an html email from asp page.In the email we
> > appended an image tag and the "src" attribute points an asp page in our
> > server.Here when ever user read the email this image tag will fire our
> > asp page.It is working fine if we open the mail in web browsers.It is
> > failing in outlook express.We modified the code a bit and replaced the
> > <img> tag with <iframe> tag.It is woring fine in outlook express now.
> > but it is not failing in web browsers.Do we have any other alternative
> > method to call an asp page from the email.
> >
> > Thanks in advance
> >
> > sri
> >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A page call B page's methods? Elliot Microsoft ASP .NET 3 21st Apr 2009 02:18 AM
Call a javascript when i call an aspx page with a form html not running on server Fabio Mastria Microsoft ASP .NET 4 28th Jan 2008 09:05 AM
how to call asp page from an email srinivas Microsoft Dot NET Framework Forms 0 18th Aug 2006 10:39 AM
anyway to call cdosys email from within asp.net page? GJH Microsoft ASP .NET 3 1st Feb 2006 11:55 PM
Newbie using too many tools! Need to call page from page Jozef Microsoft ASP .NET 1 26th May 2005 12:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:57 PM.