A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook 2007 - Open in Browser in One Click



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 11th 06, 02:44 PM posted to microsoft.public.outlook.program_forms
a
external usenet poster
 
Posts: 10
Default Outlook 2007 - Open in Browser in One Click

I know that OL 2007 no longer renders HTML using IE. This prevents using
HTML forms in Outlook email. I know that by clicking Other Actions, then
Open in Browser that the email can be opened in IE and the HTML form works as
it did in Outlook 2003.

Is there any way to add a button or link within an HTML email that opens the
email in IE directly? Basically, the user would open the email in IE with
one click instead of two.

This question is not for me (I don't mind opening the email in IE with two
clicks), it is for my users (4000). They will always prefer opening in one
click. It may seem trivial, and I know that "The users need to adapt" is one
response. What I would like to know if it is possible.

Thanks in advance.

Stephen

  #2  
Old December 11th 06, 03:00 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2007 - Open in Browser in One Click

No, it's not possible. There's no URL syntax for that, which means it's not possible without writing script in the HTML message, which of course Outlook won't run.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"a" wrote in message ...
I know that OL 2007 no longer renders HTML using IE. This prevents using
HTML forms in Outlook email. I know that by clicking Other Actions, then
Open in Browser that the email can be opened in IE and the HTML form works as
it did in Outlook 2003.

Is there any way to add a button or link within an HTML email that opens the
email in IE directly? Basically, the user would open the email in IE with
one click instead of two.

This question is not for me (I don't mind opening the email in IE with two
clicks), it is for my users (4000). They will always prefer opening in one
click. It may seem trivial, and I know that "The users need to adapt" is one
response. What I would like to know if it is possible.

Thanks in advance.

Stephen

  #3  
Old December 12th 06, 02:20 PM posted to microsoft.public.outlook.program_forms
a
external usenet poster
 
Posts: 10
Default Outlook 2007 - Open in Browser in One Click

Thank you Sue. I suspect that this question will be frequently asked when OL
2007 is released to the general pubic.

I wanted to add something that may be of use to others: Displaying text at
the top of the html form email when viewed by OL 2007. I added the
following text just below the body tag.

!--[if gte mso 12]BRTo submit your selection using Outlook 2007 click
the STRONGOther Actions/STRONG button, then STRONGView in
Browser/STRONG.BR![endif]--

Users with older versions of Outlook will not see this text. OL 2007 users
will see "To submit your selection using Outlook 2007 click the Other Actions
button, then View in Browser." at the top of the email.
At least users will be able to know what to do without having to contact the
help desk to find out.

Credit goes to Syd Low at AlienCamel for this one. He was mentioned in an
article in Windows IT Pro
(http://www.windowsitpro.com/Articles...layTab=Article)
I found while searching for a solution. I contacted him, and he was kind
enough to reply. Thanks, Syd!

Stephen



"Sue Mosher [MVP-Outlook]" wrote:

No, it's not possible. There's no URL syntax for that, which means it's not possible without writing script in the HTML message, which of course Outlook won't run.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"a" wrote in message ...
I know that OL 2007 no longer renders HTML using IE. This prevents using
HTML forms in Outlook email. I know that by clicking Other Actions, then
Open in Browser that the email can be opened in IE and the HTML form works as
it did in Outlook 2003.

Is there any way to add a button or link within an HTML email that opens the
email in IE directly? Basically, the user would open the email in IE with
one click instead of two.

This question is not for me (I don't mind opening the email in IE with two
clicks), it is for my users (4000). They will always prefer opening in one
click. It may seem trivial, and I know that "The users need to adapt" is one
response. What I would like to know if it is possible.

Thanks in advance.

Stephen


  #4  
Old December 12th 06, 03:32 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2007 - Open in Browser in One Click

Thanks for reminding about that technique. I'm working on a chapter on message body formats for my Outlook 2007 programming book this week and will be sure to include that tip. I'll also post a comment on the online article to make sure the tip is available to those readers.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"a" wrote in message ...
Thank you Sue. I suspect that this question will be frequently asked when OL
2007 is released to the general pubic.

I wanted to add something that may be of use to others: Displaying text at
the top of the html form email when viewed by OL 2007. I added the
following text just below the body tag.

!--[if gte mso 12]BRTo submit your selection using Outlook 2007 click
the STRONGOther Actions/STRONG button, then STRONGView in
Browser/STRONG.BR![endif]--

Users with older versions of Outlook will not see this text. OL 2007 users
will see "To submit your selection using Outlook 2007 click the Other Actions
button, then View in Browser." at the top of the email.
At least users will be able to know what to do without having to contact the
help desk to find out.

Credit goes to Syd Low at AlienCamel for this one. He was mentioned in an
article in Windows IT Pro
(http://www.windowsitpro.com/Articles...layTab=Article)
I found while searching for a solution. I contacted him, and he was kind
enough to reply. Thanks, Syd!

Stephen



"Sue Mosher [MVP-Outlook]" wrote:

No, it's not possible. There's no URL syntax for that, which means it's not possible without writing script in the HTML message, which of course Outlook won't run.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"a" wrote in message ...
I know that OL 2007 no longer renders HTML using IE. This prevents using
HTML forms in Outlook email. I know that by clicking Other Actions, then
Open in Browser that the email can be opened in IE and the HTML form works as
it did in Outlook 2003.

Is there any way to add a button or link within an HTML email that opens the
email in IE directly? Basically, the user would open the email in IE with
one click instead of two.

This question is not for me (I don't mind opening the email in IE with two
clicks), it is for my users (4000). They will always prefer opening in one
click. It may seem trivial, and I know that "The users need to adapt" is one
response. What I would like to know if it is possible.

Thanks in advance.

Stephen


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to set up Outlook 2000 to open new browser to view a hyperlink BonnieC Outlook - General Queries 5 April 8th 07 01:03 PM
Can I changer the browser used to open URL's in emails [email protected] Outlook - General Queries 3 November 15th 06 02:34 PM
Dbl-click or rt-mouse click/Open on Calendar Items fails after Stn J. Munter Outlook - Calandaring 1 June 15th 06 09:23 PM
Outlook 2007 and default browser olivier Outlook - Installation 0 June 15th 06 10:59 AM
Outlook 2007 opening URLs in new browser window Nocturnal Outlook - General Queries 3 May 25th 06 08:11 AM


All times are GMT +1. The time now is 06:10 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.