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
> >