手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >FLASH 广告之外的链接
FLASH 广告之外的链接
摘要:复制代码代码如下:functioncf(flashsrc,flashwidth,flashheight,flashlink,br){docu...

复制代码 代码如下:

function cf(flashsrc,flashwidth,flashheight,flashlink,br){

document.write("<table width="+flashwidth+" height="+flashheight+" border=0 cellpadding=0 cellspacing=0><tr><td>");

document.write("<div>");

document.write("<embed src="+flashsrc+" quality="high" width="+flashwidth+" height="+flashheight+" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="opaque"></embed>");

document.write("<div+flashwidth+";height:"+flashheight+"px;">");

document.write("<a href="+flashlink+" target="_blank"+flashwidth+";height:"+flashheight+"px;"></a>");

document.write("</div>");

document.write("</div>");

document.write("</td></tr></table>");

if (br=="1") {

document.write("<br>");

}

}

【FLASH 广告之外的链接】相关文章:

JavaScript获取两个数组交集的方法

onpropertypchange

JavaScript中的pow()方法使用

DeviceOne 让你一见钟情的App快速开发平台

Javascript获取统一管理的提示语(message)

浅谈javascript事件取消和阻止冒泡

JavaScript调试技巧

让广告代码不再影响你的网页加载速度

JavaScript中的toLocaleLowerCase()方法使用详解

JavaScript的Date()方法使用详解

精品推荐
分类导航