Actually (I just got to work), all of my settings already allow fullscreen, but it is not working. I all can see is an Internet explorer icon in the taskbar that is not doing anything. I have to end the task manually.
Here is the code I try:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>New Document</TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers
function openWindow(url) {
popupWin = window.open(url,null,"fullscreen=yes,toolbar=no,menubar=no,location=no");
}
// done hiding -->
</script>
</HEAD>
<BODY>
<a class="menu" href="javascript

penWindow('
</BODY>
</HTML>
Steve