HTML A 标签
就是把 A 链接 去了 是什么属性?
不知道你的意思是什么。。。。
不用写href属性不久ok了吗?
...我的 意思 就是 比方说
首页
但 我已经 再首页了
那 这个 应该 就 按不了了
这个意思懂吗 ?
还有一点 吧 那些 下划线 按过 以后
变色 的 那些 全部 都取消
是 加 这个吗 ?
a:link{
text-decoration:none
}
a:visited{
text-decoration:underline
}
a:hover{
text-decoration:underline
}
a:active{
text-decoration:underline
}
我被你的表达能力搞败了。
HTML code:
<a id="h" href="#">csdn</a>
<input type="button" value="加链接" onclick=f2() />
<input type="button" value="去链接" onclick=f() />
<script>
function f()
{
document.getElementById("h").href="#";
}
function f2()
{
document.
相关问答:
html标签和struts2标签,把在DW中建的页面运用到Struts2中,要转换一部分标签,不知道具体怎么做,知道的进来说说,一下是一段示例代码:
<body>
<s:form action="userAction" enctype=" ......
<div style="WIDTH: 8; HEIGHT: 12;
OVERFLOW: scroll">
这里输入内容这里输入内容这里输入内容这里输入内容这里输入内容
这里输入内容这里输入内容这里输入内容这里
</scrollbar> ......
求一个免费的html编辑器控件做开发用,能够把html控件(文本框,下拉框,按钮等)修改属性或添加数据后动态地加入html编辑器控件,可以所见所得,然后可以保存为一个表单.
我想通过html编辑器控件做自定义表单
fck,cutee ......
我想做页面分页,select选取值的时候跳转本页面
<select name="SelectDrop" onchange="location.href='333.html?page='+this.value;">
<option value="1">1< ......