<div class="codetitle"> <span><a style="CURSOR: pointer" data="80625" class="copybut" id="copybut80625" onclick="doCopy('code80625')"><u>コードをコピー</u></a></span> コードは次のとおりです:</div> <div class="codebody" id="code80625"> <br><!DOCTYPE HTML PUBLIC "-//W3C/ /DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <br><html> <br><head> <br><meta http-equiv ="Content-Type" content="text/html; charset=gb2312" /> <br><title> <br><script type="text/javascript" src=" ../jquery-1.7.2.js"></script> <br><script type="text/javascript"> <br>// ポップアップ レイヤー、タイトルを作成します。幅、高さ 高さ、コンテンツ コンテンツ、URL URL が空でない場合は、コンテンツを上書きして URL ページにコンテンツをロードします <br>function CreatePopLayerDiv(title,width,height,content,url){ <br>var title =タイトル || "タイトル" ; <br>var Iwidth =$(window).width(); >var widths = 幅 500; <br>var Owidth = (Iwidth - widths) /2; <br>var div = "<div id='InDiv' style='width:" Iwidth "px;height:" Iheight "px;background-color:#888;position:absolute;z-index:10000;top :0;left:0 ;opacity:0.7;'><div id='offDiv' style='width:" 幅 "px;height:" 高さ "px;left:" Owidth "px;top:" Oheight "px;背景色 :white;position:absolute;z-index:10001;'><h4 id='HTitle' style='margin:0px;padding:3px;background:#336699;opacity:0.9; border:1px Solid ## 336699;height:20px;line-height:20px;font:12px Verdana、Geneva、Arial、Helvetica、sans-serif;color:white;cursor:pointer;text-align:left;'> " title "<a id='AClose' onclick='btnCloses()' style='float:right;'>Close</a></h4><div id='Content'>" content "</div></div></div>"; <br>$(document.body).append(div); <br>if(url != ""){ <br>$( "#Content") .load(url); <br>} <br>} <br>//ポップアップレイヤーを削除<br>function RemoveDiv(){ <br>$("#AClose").remove(); <br>$("#HTitle").remove(); <br>$("#offDiv").remove(); <br>$("#InDiv").remove(); 🎜>$( function(){ <br>$("#btnTCC").click(function(){ <br>CreatePopLayerDiv("輝く瞬間",600,400,"ポップアップレイヤー","テーブルの偶数番号行変更 color.html"); <br>}); <br>}) <br>function btnCloses(){ <br>RemoveDiv(); <br>} <br></script> <br>< ;/head><br><br><input type="button" id="btnTCC" value="ポップアップレイヤー" /> ;/html><br><br> </div>