サンプル
カスタマイズしてください。
無料レポート「○○○○○○」
[閉じる]
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 9.0.2.0 for Windows">
<META http-equiv="Content-Style-Type" content="text/css">
<META name="IBM:HPB-Input-Mode" content="mode/flm; pagewidth=750; pageheight=900">
<TITLE></TITLE>
<script language="JavaScript1.2">
var ie=document.all
var dom=document.getElementById
var ns4=document.layers
var calunits=document.layers? "" : "px"
var bouncelimit=32 //(must be divisible by 8)
var direction="up"
function initbox(){
if (!dom&&!ie&&!ns4)
return
crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
crossobj.top=scroll_top-250+calunits
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",50)
}
function dropin(){
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<100+scroll_top)
crossobj.top=parseInt(crossobj.top)+40+calunits
else{
clearInterval(dropstart)
bouncestart=setInterval("bouncein()",50)
}
}
function bouncein(){
crossobj.top=parseInt(crossobj.top)-bouncelimit+calunits
if (bouncelimit<0)
bouncelimit+=8
bouncelimit=bouncelimit*-1
if (bouncelimit==0){
clearInterval(bouncestart)
}
}
function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}
function truebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
window.onload=initbox
</script>
</HEAD>
<BODY bgcolor="#ffffff">
<DIV id="dropin" style="position:absolute;visibility:hidden;left : 166px;top : 85px;width:300px;height : 230px;background-color:#F5F5F5;
z-index : 1;
">
<DIV ALIGN="CENTER">
<TABLE width="300" height="230" border="0" cellpadding="3" cellspacing="2" bgcolor="#000066">
<TR>
<TD VALIGN="TOP" BGCOLOR="#ACACFF"><DIV ALIGN="CENTER">
<P><STRONG><FONT COLOR="#000000" SIZE="2">サンプル<br>
カスタマイズしてください。</FONT></STRONG></P>
<P ALIGN="CENTER"><FONT COLOR="#000000" SIZE="2"><STRONG>無料レポート「○○○○○○」</STRONG></FONT></P>
<BR>
<P><a href="#" onClick="dismissbox();return false"><FONT SIZE="2">[閉じる] </FONT></a></P>
</DIV>
</TD>
</TR>
</TABLE>
</DIV>
</DIV>
</BODY>
</HTML>