这个联动页面是怎么实现的【java 脚本,HTML AJAX】
我把代码保存,不得其要领!无法实现其效果。老手帮忙,高分送上。在此谢过,请付代码。http://www.gumtree.com/add_posting.html...
我把代码保存,不得其要领! 无法实现其效果。
老手帮忙,高分送上。在此谢过,请付代码。
http://www.gumtree.com/add_posting.html 展开
老手帮忙,高分送上。在此谢过,请付代码。
http://www.gumtree.com/add_posting.html 展开
1个回答
展开全部
这是个div的display none or block 效果
简单例子:
js:
function xlcdk(xlcdid) {
setSelectState('hidden');
xlcdid.style.display = 'block';
}
function xlcdg(xlcdid) {
setSelectState('');
xlcdid.style.display = "none";
}
html:
<div id=lblan2s>
<a href="test.php" target="infos" onmouseover="xlcdk(xlcd1)" onmouseout="xlcdg(xlcd1)">test</a>
<div id=xlcd1 class=xlcd style="display: none" onmouseover="xlcdk(this)" onmouseout="xlcdg(this)">
<a href="test.php" target="infos">test</a>
<a href="test2.php" target="infos">test2</a>
</div>
简单例子:
js:
function xlcdk(xlcdid) {
setSelectState('hidden');
xlcdid.style.display = 'block';
}
function xlcdg(xlcdid) {
setSelectState('');
xlcdid.style.display = "none";
}
html:
<div id=lblan2s>
<a href="test.php" target="infos" onmouseover="xlcdk(xlcd1)" onmouseout="xlcdg(xlcd1)">test</a>
<div id=xlcd1 class=xlcd style="display: none" onmouseover="xlcdk(this)" onmouseout="xlcdg(this)">
<a href="test.php" target="infos">test</a>
<a href="test2.php" target="infos">test2</a>
</div>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询