Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Fullscreen on Web |
From: | Thomas Moeller |
Date: | Fri, 12 May 2000 07:17:20 +0100 |
Hi folks. Wondering how to modify the below script to make the browser
window include the "toolbar". i can't quite remember what the code is for
it. any help is appreciated.
<body BGCOLOR="#419c6c"
ONLOAD="winopen()" value="Open window">
<script>
<!--
function winopen(){
var targeturl="http://www.designabyte.com/braintank/fullscreen.html"
newwin=window.open("","toolbar","scrollbars")
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl
window.location.href = "empty.html"
}
//-->
</script>
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
RE: FLASH: Fullscreen on Web, Eric Dunham
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]