![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |