I have an ASP page in ID 6 which contains a Grid DTC. In the grid, I am using a <A HREF=mailto:....> to create a hyperlink that opens a new blank message in Outlook.
The problem is that when a user clicks on the hyperlink for the first time, although a new message is created, the Outlook window is not maximised, the message just sits as a flashing button on the Windows taskbar. After the first time of use, however, the window appears maximised as expected.
I have Response.Expires = 0 set on the page.....is it the caching that is causing the problem?
Cheers
Jim
The problem is that when a user clicks on the hyperlink for the first time, although a new message is created, the Outlook window is not maximised, the message just sits as a flashing button on the Windows taskbar. After the first time of use, however, the window appears maximised as expected.
I have Response.Expires = 0 set on the page.....is it the caching that is causing the problem?
Cheers
Jim