Hi,
if I execute a webreport the webreport shall appear in a maximized browser window. I used this scrpting:
<html>
<head>
<title>test</title>
<script language="JavaScript">
<!--
window.resizeTo(screen.availWidth,screen.availHeight);
window.moveTo(0,0);
//-->
</script>
</head>
<body>
test
</body>
</html>
Unfortunately, if I have a webreport in my HTML, the webreport isn't displayed, only the window is maximized. Do you a know a solution?
Thanks for the info.
BR, Andreas
Message was edited by: Andreas Appelt