... <head> < script LANGUAGE="JavaScript"> function fullScreen(theURL) { window.open(theURL, '', 'fullscreen=yes, scrollbars=auto' } </script> </head> <body> <a onClick="fullScreen('index.php'" href="javascript:void(0);">0</a> </body>