<DIV id=src
style="DISPLAY: none">
<!-- This next tag is the Style for the popup, changes
can be made to the attributes for the borders, fonts, scrollbars
and etc. that pertain to the popup body. I have highlighted
the changes you can safely make in blue.
-->
<STYLE
id=PopupStyle>
BODY { BORDER-RIGHT: #60101b 10px outset; BORDER-TOP: #60101b 10px outset;
SCROLLBAR-FACE-COLOR: #60101b; FONT-SIZE: 14pt; SCROLLBAR-HIGHLIGHT-COLOR: #e7e0c4; BORDER-LEFT: #60101b 10px outset; SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #e7e0c4; SCROLLBAR-3DLIGHT-COLOR: #e7e0c4; SCROLLBAR-ARROW-COLOR: #e7e0c4; SCROLLBAR-TRACK-COLOR: #e7e0c4; BORDER-BOTTOM: #60101b 10px
inset; FONT-FAMILY: Black Chancery;
SCROLLBAR-DARKSHADOW-
COLOR:
#60101b; SCROLLBAR-BASE-COLOR:
#e7e0c4
}
</STYLE>
<SPAN>
<DIV style="LEFT: 0px; OVERFLOW: auto; WIDTH:
100%; POSITION: absolute; TOP: 15px; HEIGHT: 100%">
<!-- This
first table represents the outermost edge of the table inside
the popup. Changes can be made safely here to the border
color and
bgColor. -->
<TABLE
id=tbl borderColor=#60101b
cellSpacing=0 cellPadding=30
width="70%"
bgColor=#e7e0c4 border=4>
<TBODY>
<TR>
<TD
width="100%">
<!-- This next table represents the
innermost part of the table inside the popup which
surrounds the image or applet in this case. Changes can be
made safely here to the border color and bgColor.
-->
<TABLE id=tbl1 borderColor=#60101b
cellSpacing=10 cellPadding=50 width="100%" bgColor=#e7e0c4 border=3
align=center>
<TBODY>
<TR>
<TD width="100%">
<!-- The
next set of tags belongs to the applet code. Changes
can be made
to the style borders, colors size, name of image,
etc.
I
highlighted them in blue so that you can see those that need
to
be
changed. -->
<APPLET style="BORDER-RIGHT: #e7e0c4 5px outset;
BORDER-TOP: #e7e0c4 thin
outset; BORDER-LEFT: #e7e0c4
5px inset; BORDER-BOTTOM: #e7e0c4 thin
inset" codeBase="http://your website addy goes
here/"
height=378
width=504 align=center
code=Rain.class><PARAM NAME="lightgray"
VALUE="150"><PARAM NAME="delay"
VALUE="100"><PARAM NAME="back" VALUE="folder/image
name.jpg"><PARAM NAME="gray"
VALUE="150"></APPLET>
</TD></TR></TBODY></TABLE>
<!--This
div holds the text for the popup page.
-->
<DIV align=center><BR> Text goes here
</DIV>
</TD></TR></TBODY></TABLE></DIV>
<!--These are the
backgrounds for inside the pop-up. The first
one you see is for the
main background. You will need to replace
the cid numbers
with your pathway and image name. They
correspond to the
backgrounds used from the outside in. The
first one being the
outer table. -->
<IMG
id=bkg
style="LEFT: -1800px; POSITION: absolute;
TOP: -1800px" src="cid:039001c25504$34bb1060$a75a3218@pit.adelphia.net">
<!--These are the
table backgrounds for inside the
pop-up. You will need
to replace the cid numbers with
your pathway and image
name. The first background is
for the main outer
table. The second one is for the inner table which surrounds
the applet or image. -->
<IMG
id=bkg1
style="LEFT: -1800px; POSITION: absolute; TOP:
-1800px"
src="cid:039001c25504$34bb1060$a75a3218@pit.adelphia.net"> <IMG id=bkg2
style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
src="cid:038f01c25504$34bb1060$a75a3218@pit.adelphia.net"> </SPAN>
<BUTTON
id="Close Popup"
style="BORDER-RIGHT: #e7e0c4 3px outset; BORDER-TOP: #e7e0c4 3px outset; Z-INDEX: 100; BACKGROUND:
#e7e0c4;
LEFT: 90%;
FONT: bold 12pt 'Black Chancery';
BORDER-LEFT: #e7e0c4 3px outset;
CURSOR: hand; COLOR: #60101b;
BORDER-BOTTOM: #e7e0c4 3px
outset; POSITION: absolute;
TOP: 2%"
onclick=parent.objPopup.hide()>Close</BUTTON></DIV>
<!--The script should not be altered. Only the
tags that I have
indicated in blue should be changed. -->
<SCRIPT
language=JavaScript>
//
---------------------------------------------------------
//
Version OE5.5 Plein Ecran -
// auguste 2000 - Gerard
Ferrandez
// Push Button Pop Up - JerryBoy
//
---------------------------------------------------------
function
popOpen()
{
jx=window.parent.screen.width
jy=window.parent.screen.height
objPopup.show(0,0,jx,jy)
doBack()
}
objPopup=window.createPopup();
objPopupBody=objPopup.document.body;
objPopupBody.style.border="#60101b 8px
outset"
objPopupBody.style.backgroundColor="#60101b"
objPopupBody.innerHTML="<div
style='display:none'>"+PopupStyle.innerHTML+"</div>"+
src.innerHTML
objPopupBody.style.backgroundImage="URL("+bkg.src+")";
jb=objPopupBody.all
//////////////////////////////////////////////////////////
//
JerryBoy adapted for FS -
2001
//////////////////////////////////////////////////////////
//Origin
- Unknown
function doBack()
{
jb.tbl.style.backgroundImage="URL("+bkg1.src+")"
jb.tbl1.style.backgroundImage="URL("+bkg2.src+")"
}
</SCRIPT>
</BODY></HTML>