我爱Aspx >> Asp.Net >> 初级问题~<html>
google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_color_url = "000000";
<head>
<title></title>
<script LANGUAGE="javascript" type="text/javascript">
function aa(e){
var e = window.event;
whichlink = e.srcElement.id;
if(whichlink=="order")
desc = "order wahaha";
else if(whichlink=="email")
desc = "email hello!";
else desc = "不要乱点!"
a=document.getElementById("bb");
a.innerHTML = desc;
}
function bb(){
a=document.getElementById("bb");
a.innerHTML = "";
}
orderlink = document.getElementById("order");
orderlink.onmouseover = aa;
orderlink.onmouseout = bb;
emaillink = document.getElementById("email");
emaillink.onmouseover = aa;
emaillink.onmouseout = bb;
Ҷƪл˵?
使用getElementById(idx)时出错,..[07-06]
这种符号将代表什么样的网址?--..[07-06]
简单问题,form里面的元素怎么调..[07-06]
求助:axis怎么返回一个自定义对..[07-06]
如何设置背景图片使它能适应不同..[07-06]
帮小弟解决下参数问题~~~~[07-06]
textarea值的输入与取得的问题![07-06]
VB.NET中的Format怎么和VB6中的不..[07-06]
关于搜索的问题,请各位朋友帮忙..[07-06]
ASP中关于SQL查询[07-06]