StellaIndigo
IS-IT--Management
Hi everyone
I have an Intranet where the pages are displayed on the win2k pro clients as Active Desktop content.
I want the page to displayed full screen on the desktop but I can't get it to work.
So far I've tried,
(1) Adding the following code to the page (in both header or body sections)
<script language ="JavaScript">
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
</script>
The page is displayed but horizontally only 85% of the page is visible. The remaining 15% is blank (white), there are no scroll bars to view the missing content. Vertically it fills the screen.
Then I tried,
(2) Maximising the Active Content page with it's window control then selecting Lock Desktop Items from the desktop properties. This is OK but when the user logouts out then logs in again the page goes back to it's original size.
Anyone got any ideas or similar experience?
Thanks
Stella
I have an Intranet where the pages are displayed on the win2k pro clients as Active Desktop content.
I want the page to displayed full screen on the desktop but I can't get it to work.
So far I've tried,
(1) Adding the following code to the page (in both header or body sections)
<script language ="JavaScript">
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
</script>
The page is displayed but horizontally only 85% of the page is visible. The remaining 15% is blank (white), there are no scroll bars to view the missing content. Vertically it fills the screen.
Then I tried,
(2) Maximising the Active Content page with it's window control then selecting Lock Desktop Items from the desktop properties. This is OK but when the user logouts out then logs in again the page goes back to it's original size.
Anyone got any ideas or similar experience?
Thanks
Stella