function showMenu(td){
tr=td.parentNode.parentNode;
child = tr.childNodes;
for(i=0;i
|
var FFextraHeight = 0;
if(window.navigator.userAgent.indexOf("Firefox")>=1)
{
FFextraHeight = 16;
}
function ReSizeiFrame(iframe)
{
if(iframe && !window.opera)
{
//iframe.style.display = "block";
if(iframe.contentDocument && iframe.contentDocument.body.offsetHeight)
{
iframe.height = iframe.contentDocument.body.offsetHeight + FFextraHeight;
//alert("firefox"+iframe.Document.body.scrollHeight);
}
else if (iframe.Document && iframe.Document.body.scrollHeight)
{
iframe.height = iframe.Document.body.scrollHeight;
//alert(iframe.Document.body.scrollHeight);
}
}
}
|
 |
E39_L_F39_L_E39_S_E39_R.pdf(PDF文件) |
4873KB | | |