473,385 Members | 1,732 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Loading site through outlook

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
Nov 19 '05 #1
2 1217
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)
"Ryan Ternier" <rt******@icompasstech.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
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

Nov 19 '05 #2
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

Bruce Barker wrote:
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)
"Ryan Ternier" <rt******@icompasstech.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
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


Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: giurax | last post by:
Hi all, I am new to javascript. I have a window that on the 'onUnload' event opens a new window, the question is: have I any chance to know in the new window what page is the opener loading? (in...
0
by: Astra | last post by:
Hi All I have been trying to get the JMail.GetMessageBodyFromURL "http://mydomain.com" command to work, but all I get back is a very sparse HTML message in MS Outlook 2002 on WinXP SP2 UK. ...
5
by: Kurt Bauer | last post by:
I have an ASP group calendar application which pulls calendar data from Exchange via webdav into an XML string. I then loop the XML nodes to populate a collection of appointments. Finally I use...
0
by: Erwan | last post by:
I have a strange (but very blocking) result when using the smtpmail class from an ASPX page : here is the (very simple !) code... '-------------------------------------------------- mail.To =...
2
by: Rob | last post by:
I was working on a project and everything was going fine, then all of a sudden the form set as my startup object stopped loading. I tried setting some others as the startup object, and some of my...
6
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a...
7
by: R Reyes | last post by:
Can someone please explain to me why I can't get the MS Word Interop assembly to work in my VS2005 project? I'm trying to manipulate MS Word from my Web Form application and I can't get passed...
6
by: Pieter | last post by:
Hi, I developed an Outlook Add In (VB.NET 2005, for Outlook 2003) that sometimes suddenly stops loading. I've put everywhere in the code Exception Handlers, but no Exception is catched. it...
1
by: tyler | last post by:
I've written a small python extension but I'm having difficulty loading it at runtime. The source for my extension is a module which is a member of a package is organized as follows. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.