This will only do it while opening a new window, but...
<SCRIPT LANGUAGE="javascript">
var width = screen.width
var height = screen.height
window.open('blahblah.html', 'NAME', config='height=screen.height,width=screen.width,scrollbars=no')
</SCRIPT>
That should work...