R
Robert Sieber
Hello everybody,
I hope sb yould help me resolving the following problem:
I like to customize my outlook today in the manner to show also
the full inbox on the today screen. I wrote the follwoing HTML
page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Beschreibung des Frameset-Inhalts</title>
</head>
<frameset rows="50%,50%">
<frame src="outlook.htm" name="Navigation">
<frame src="outlook:inbox" name="Daten">
<noframes>
<body>
<h1>Alternativ-Inhalt</h1>
<p>Wird angezeigt, wenn der Browser keine Frames darstellen kann.</p>
<p>Mindest-Inhalt sollten eine Kurzbeschreibung und eine Sitemap
sein.</p>
</body>
</noframes>
</frameset>
</html>
When now opening the today page I'll be redirected to the Inbox.
When I use two normal html pages it is working fine.
How to use a frameset with outlook items like inbox, tasks, notes
and os on.
Best,
Robert
I hope sb yould help me resolving the following problem:
I like to customize my outlook today in the manner to show also
the full inbox on the today screen. I wrote the follwoing HTML
page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Beschreibung des Frameset-Inhalts</title>
</head>
<frameset rows="50%,50%">
<frame src="outlook.htm" name="Navigation">
<frame src="outlook:inbox" name="Daten">
<noframes>
<body>
<h1>Alternativ-Inhalt</h1>
<p>Wird angezeigt, wenn der Browser keine Frames darstellen kann.</p>
<p>Mindest-Inhalt sollten eine Kurzbeschreibung und eine Sitemap
sein.</p>
</body>
</noframes>
</frameset>
</html>
When now opening the today page I'll be redirected to the Inbox.
When I use two normal html pages it is working fine.
How to use a frameset with outlook items like inbox, tasks, notes
and os on.
Best,
Robert