提交完全無反應(yīng)
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>無標題文檔</title>
</head>
<body>
<script type="text/javascript">
var main = document.body;
//創(chuàng)建鏈接
function createa(url,text)
{
??? var addhref=document.createElement("a");
??? addhref.setAttribute("href",url);
??? addhref.setAttribute("text","http://www.immoc.com");
??? addhref.setAttribute("color",red);
??? main.appendChild(addhref);
?? ?
}
// 調(diào)用函數(shù)創(chuàng)建鏈接
??? createa("http://idcbgp.cn/","慕課網(wǎng)");
</script>
</body>
</html>
2015-08-10