Loading site through outlook

R

Ryan Ternier

We're having some weird errors with customers loading our web
applications through Outlook (from a Notification email we send out).

When a user from this organization uses our sites by double clicking IE
and then browsing to it, everything works fine.

however, when they click on the link from outlook, and log into our
sites, 1/3 of the javaScript (the stuff that is called when the form
submits, from JS that is pushed by REsponse.Write("") etc.) will not work.

Has anyone had issues with this before? I've heard Outlook opens all web
pages in restricted mode, but I have not been able to replicate this on
our development / test boxes.


Thank.

/RT
 
B

Bruce Barker

if you have the lastest security updates to outlook enabled, then in html
all javascript should be disabled, and images may be disabled.

if you design a webpage for mail, do not use any postback controls, just
submit buttons and anchors (hyperlinks). link buttons, grid pagers, dropdown
postbacks, etc will not work.

-- bruce (sqlwork.com)
 
R

Ryan Ternier

Bruce,

Thank you for the reply.

There is no scripting / dynamic content in the email. The email is a few
lines of text with a link to our site.

So when you click the link, it will load our website in IE.
That instance of IE is the one that will not work with our JavaScript on
our site.

But if they Load IE by double clicking the Icon, they can access all of
our site perfectly.

/RT
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top