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 and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Setting/Retreiving a Cooking form a Folder Home Page



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 11th 07, 11:37 PM posted to microsoft.public.outlook.program_vba
dch3
external usenet poster
 
Posts: 105
Default Setting/Retreiving a Cooking form a Folder Home Page

I've got a .html page with VBScript that successfully writes a cookie and
returns the values when the .html page is viewed via IE. However, when the
..html page is hosted within Outlook as a folder home page, the code executes
but without writing the cookie. (I've a got a msgbox in the code that
confirms that the code has executed)

Any ideas?
  #2  
Old November 12th 07, 02:06 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Setting/Retreiving a Cooking form a Folder Home Page

Probably security settings when the Web page is shown in Outlook since
Outlook folder home pages are shown under restricted security.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"dch3" wrote in message
...
I've got a .html page with VBScript that successfully writes a cookie and
returns the values when the .html page is viewed via IE. However, when the
.html page is hosted within Outlook as a folder home page, the code
executes
but without writing the cookie. (I've a got a msgbox in the code that
confirms that the code has executed)

Any ideas?


  #3  
Old November 12th 07, 02:18 PM posted to microsoft.public.outlook.program_vba
dch3
external usenet poster
 
Posts: 105
Default Setting/Retreiving a Cooking form a Folder Home Page

So how woiuld I go about changing the security settings?

"Ken Slovak - [MVP - Outlook]" wrote:

Probably security settings when the Web page is shown in Outlook since
Outlook folder home pages are shown under restricted security.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"dch3" wrote in message
...
I've got a .html page with VBScript that successfully writes a cookie and
returns the values when the .html page is viewed via IE. However, when the
.html page is hosted within Outlook as a folder home page, the code
executes
but without writing the cookie. (I've a got a msgbox in the code that
confirms that the code has executed)

Any ideas?



  #4  
Old November 12th 07, 09:26 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Setting/Retreiving a Cooking form a Folder Home Page

You can set the security to a lower setting but that is very risky and any
other application could then corrupt your Outlook or Windows. See
www.slipstick.com for methods to change Internet security for Outlook for
your version.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"dch3" wrote in message
...
So how woiuld I go about changing the security settings?


  #5  
Old November 13th 07, 03:08 AM posted to microsoft.public.outlook.program_vba
dch3
external usenet poster
 
Posts: 105
Default Setting/Retreiving a Cooking form a Folder Home Page

What do you think about just using the FileSystemObject to just write the
information to a .txt file and then retreive it? The point behind the cookie
is to give my users some control over the content displayed.

"Ken Slovak - [MVP - Outlook]" wrote:

You can set the security to a lower setting but that is very risky and any
other application could then corrupt your Outlook or Windows. See
www.slipstick.com for methods to change Internet security for Outlook for
your version.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"dch3" wrote in message
...
So how woiuld I go about changing the security settings?



  #6  
Old November 13th 07, 02:05 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Setting/Retreiving a Cooking form a Folder Home Page

Using FSO would work unless the user is running a script stopper program,
like those in certain A-V or software firewalls. Those often block using New
or CreateObject so they would block creation of an FSO object.

If whatever language you're using has intrinsic file operations you might be
better of using those instead of a scripting solution to write out a text
file. An alternate would be storing your "cookie" information in the
registry.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"dch3" wrote in message
news
What do you think about just using the FileSystemObject to just write the
information to a .txt file and then retreive it? The point behind the
cookie
is to give my users some control over the content displayed.


  #7  
Old November 16th 07, 01:01 AM posted to microsoft.public.outlook.program_vba
dch3
external usenet poster
 
Posts: 105
Default Setting/Retreiving a Cooking form a Folder Home Page

Do you have a URL? I looked, but wasn't able to find anything. I'm assuming
also that the inablity of iframe to display items in a folder in the file
system is related to the same issue? When src in a iframe is set to
C:\Documents and Settings\holled\My Documents, the iframe will only display
the contents if it is NOT hosted in Outlook. When its hosted in Outlook, the
contents are displayed in a new window.

"Ken Slovak - [MVP - Outlook]" wrote:

You can set the security to a lower setting but that is very risky and any
other application could then corrupt your Outlook or Windows. See
www.slipstick.com for methods to change Internet security for Outlook for
your version.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"dch3" wrote in message
...
So how woiuld I go about changing the security settings?



  #8  
Old November 16th 07, 02:13 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Setting/Retreiving a Cooking form a Folder Home Page

IFrames are out. Take a look at the 2 articles starting at
http://msdn2.microsoft.com/en-us/library/aa338201.aspx for information about
rendering capabilities in Outlook 2007 for HTML.

For Outlook Web page security see http://support.microsoft.com/?kbid=196799

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"dch3" wrote in message
...
Do you have a URL? I looked, but wasn't able to find anything. I'm
assuming
also that the inablity of iframe to display items in a folder in the
file
system is related to the same issue? When src in a iframe is set to
C:\Documents and Settings\holled\My Documents, the iframe will only
display
the contents if it is NOT hosted in Outlook. When its hosted in Outlook,
the
contents are displayed in a new window.


 




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
Com Add-in for Publishing a customized form in a public folder and setting this form as deafult form for the calendar Vidya[_2_] Add-ins for Outlook 0 September 17th 07 09:47 AM
CDO and Folder Home Page [email protected] Outlook and VBA 3 July 8th 07 07:04 PM
User cannot see public folder home page [email protected] Outlook - General Queries 1 October 14th 06 12:54 AM
adding hyperlinks to the folder home page indrajith_varma1 Outlook - General Queries 3 September 27th 06 11:56 PM
Excel as folder home page in Outlook2003 tee Outlook - General Queries 5 September 25th 06 01:11 PM


All times are GMT +1. The time now is 11:12 PM.


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.