c#中怎样替换A标签的href属性值
2个回答
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title>联通3G特惠</title>
<script>
function replace()
{
var href= document.getElementById("test1");
href.href="http://www.baidu.com";
alert(href.href);
}
</script>
</head>
<body>
<a href="Untitled-3.html" onclick="replace()" id="test1"> 替换</a>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title>联通3G特惠</title>
<script>
function replace()
{
var href= document.getElementById("test1");
href.href="http://www.baidu.com";
alert(href.href);
}
</script>
</head>
<body>
<a href="Untitled-3.html" onclick="replace()" id="test1"> 替换</a>
</body>
</html>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用 <% %> 动态读取
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询