Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Reopening browser, no borders, no toolbars,etc?
From: Graveshow
Date: Mon, 1 Mar 1999 21:14:10 GMT

DG,

I use the following, although other people may use something different:

in the <head> tag:


<script language="javascript">
function openwina(){
newwin=window.open("","y",'toolbar=no,width=550,height=400,directories=no,status=no,scrollbars=no,resize=no,menubar=no,location=no,copyhistory=no');

}
</script>



And then for the actual link:

<a href="index.htm" onClick="openwina()" target="y">Your Link Here</a>

That plus the
<BODY bgcolor="#000000" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0"
MARGINWIDTH="0">

usually works just fine for me.


--
Charles Moulton
Interactive Designer
CNN Financial News
http://www.cnnfn.com/

"I swear by my life and my love of it that I will
never live for the sake of another man,
nor ask another man to live for mine."
- John Galt
-----------------------

David Gary wrote:

> Hiy JS monkeys<g>
>
> I cant seem to get 0 margins when applying a flash swf to a page in 100% sizing
> mode.
>
> Im trying to reopen browser from "frontpage" with no tool bars, location bars,
> etc.
> however when tagging ;
>
> <BODY bgcolor="#000000">TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0"
> MARGINWIDTH="0">
>
> I still get space at bottom and top of swf.
>
> Im basically trying to reopen browser with no tool bars, location bars, etc. and
> use swf in 100% sizing without
> annoying borders. Anyway to do this?
>
> -DG-
>





------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: FLASH: Reopening browser,TNKS ALL, David Gary

Replies
  FLASH: Reopening browser, no borders, no, David Gary

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]