utilize este codigo, mas isto irá abrir uma nova janela, muitos visitantes não gostam de novas janelas... entre as tags [head][/head] coloque o seguinte codigo <script language="javascript">
function fullscreen() {
if (navigator.appName=="Netscape") {
window.open("principal.php","","left=0, top=0 ,width="+screen.width+",height="+screen.height);
} else {
nova= window.open("principal.php","","fullscreen=0, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0"); nova.resizeTo(screen.width,screen.height-28); nova.moveTo(0, 0);
}
}
</script>
entre as tags [body][/body] este codigo:
<script>
javascript:fullscreen();
</script> feito, seria isso Henrique Vicentini