Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: New Browser Window Opened w. No Toolbars |
From: | Sean Fitzgerald |
Date: | Fri, 7 Jan 2000 23:06:16 GMT |
Your flash button will have to call a JavaScript window opener function
that contains these parameters. So you would have a 'GetURL' action that
read something like 'javascript:myOpener', then have a 'myOpener'
function in your HTML file that does something like this;
window.open("myNewWindow.html","myNewWindow","width=640,height=480,toolbar=0,scrollbars=0,status=0,menubar=0");
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]