View Single Post
Old 09-07-2007, 03:50 AM   #2 (permalink)
Costin Trifan
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,963
iTrader: 0 / 0%
Latest Blog:
Ok, so we're back

Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
Add this script in the head tag of the window that displays the Access app:
Code:
<script type="text/javascript"> top.window.moveTo(0,0); if (document.all || document.layers|| document.getElementById) top.window.resizeTo(screen.availWidth,screen.availHeight); </script>

And in the page that's calling the page above set the link target to "_blank":
Code:
<a href="accessPage.htm" target="_blank">new window</a>
This will resize your access page to fit the screen no matter what screen resolution user uses. Browsers supported: IE 5+ , Opera 9 & FF 2

I hope this is what you want.
Costin Trifan is offline   Reply With Quote