网页代码——网页跳转菜单

      网页制作 2005-6-11 19:59
<form target=_blank>
<td class="w7">
<div align="center">
<select onChange=SelectYqlj(this.form) name=yqlj>
<option value="">*****友情链接*****</option>
<option value="http://www.sina.com.cn">菜单项目</option>
<option value="http://www.sina.com.cn">菜单项目</option>
<option value="http://www.sina.com.cn">菜单项目</option>
</select>
<script type="text/javascript">
function SelectYqlj(f)
{
if (f.yqlj.value != "")
{
f.action = f.yqlj.options[f.yqlj.selectedIndex].value;
f.submit()
}

}
</script>
</div>
</td></form>

说明:加在网页代码的相应位置中即可实现.
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}