You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I do not know why the following code to open the window in a fullscreen mode is not working (any suggestions or direction would be appreciated, thank you):
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<script LANGUAGE="JavaScript">
function openDocOnFullScreen()
{
//openDocOnFullScreen=window.open("dictaphone.asp"," displayWindow","fullscreen=yes");
window.open('dictaphone.asp', 'fullscreen=yes');
}
</script>
</HEAD>
Thanks for the reply. However, this did not work for me. My customer is now stating that he does want a fullscreen but with the titlebar that includes the X button to be able to exit the browser much like F11 does in IE under the View Menu.