Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: FSCommand question ?????????? |
From: | jcho |
Date: | Thu, 14 Oct 1999 01:50:15 +0100 |
Hello everyone.
I have a question on fscommands. I have a button that has to link to
a pop up window with a specific size and browser spec preference.
here is my javascript code can anyone tell why this doesn't work? I'm
connecting it with "Get URL" and placing "FSCommand:openTheWindow"
in the url box. What i'm lost at is what are the "args" that i need to
place in the
window area?
Any help would be great!!!!!
<script language="VBScript"
<!--
Sub mapcontrols_FSCommand(ByVal command)
call mapcontrols_DoFSCommand(command)
end sub
-->
</script>
<script language="javascript">
<!--
function MasterFinal_DoFSCommand(command, args)
{
if(command=="openTheWindow")
{
openNewWindow()
}
}
function openNewWindow()
{
alert(command)
setTimeout(window.open('resources.htm','NewWindow','height=300,width=300,toolbar=no'),0)
}
//-->
</script>
---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>
John Cho
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
Replies
Re: FLASH: FSCommand question ??????????, oliver b�hm
RE: FLASH: FSCommand question ??????????, Arsis
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]