View Full Version : F11 Keyboard
jimijoe
03-01-2005, 01:04 AM
Hello,
Is there any code that open a link in new Full Screen window like F11 Keyboard?
NOT a Java Script's PopUp Window which is disabled in most PC.
Thanks,
Jimijoe
astralrose
03-01-2005, 08:07 AM
Hi,
Give this a try
<body onclick="MM_openBrWindow('6mtharchive.htm','newpage','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes')">
<a href="page.htm">new page</a>
Anything that is red you change to what your page names are and you put it in the <body></body> tags
Hope this helps
Regards
Donna
astralrose
03-01-2005, 08:18 AM
Okay
I had not been awake long when I post that, what I have given you is javascript, d'oh.....I forgotten about this little bit.....
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
Sorry this is the only way I know
Regards
Donna
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.