RE: hwg-techniques-digest V1 #1096
by "Ryan Huggins" <RyanHuggins(at)prodigy.net>
|
Date: |
Mon, 18 Dec 2000 23:11:09 -0800 |
To: |
<hwg-techniques(at)mail.hwg.org> |
In-Reply-To: |
|
|
todo: View
Thread,
Original
|
|
If memory serves, you need to put it in the windowprops section of the
javascript code. BGColor should do the trick.
Ryan
-----Original Message-----
------------------------------
Date: Mon, 18 Dec 2000 20:13:59 -0800
From: "Daryl Fernquist" <darylf(at)fernweb.com>
Subject: JS Pop Up window - need black bgcolor
Hello All:
I find that I am need of a black bground color for a pop up window I am
helping my client with.
All of a sudden one of their new Flash movies they created has a tiny white
background around the movie and they think it is the Pop up window having a
white background. I'm not sure how to program in the black bgcolor. Anyone
be able to help me out.
If you click on the Saturna link you will see a Pop up window and as the
Flash movie plays there is a tiny white edge around the outside of the
movie. I'd like to force the window to have a black bgcolor.
=======================================================================
Here is the actual URL and Javascript code I am using.
http://www.rebellelighting.com/saturna.html
- ------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Rebelle Architectural Lighting</TITLE>
<script language="javascript">
function launch( url ) {
var windowprops =
"scrollbars=yes,toolbar=no,location=no,menubar=no,resizable=no,width=600,hei
ght=440,left=5,top=0";
var name = "product";
popup = window.open(url,name,windowprops);
popup.focus();
}
</script>
</head>
<body background="images/bkgrd-twotone-new.gif" text="#ffffff"
link="#ffffff" vlink="#ffffff">
<img src="images/rebelle7a.gif" alt="" border="0">
<br><br>
<p> </p>
<a href="#" onClick="launch('saturna.swf');"><font face="Arial,Tahoma"
size="-1">Saturna Product Launch</A><br><br>
</body>
</html>
======================================================================
Thanks for any help I can get.
Daryl
------------------------------
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA