啊啦神灯
::
首页
::
联系
::
聚合
::
管理
11 Posts :: 0 Stories :: 1 Comments :: 0 Trackbacks
常用链接
我的随笔
我的评论
我参与的随笔
我参与的团队
随笔分类
asp(4)
c#
js/ajax(5)
net
平面设计
数据库(2)
文摘
新闻时势
随笔档案
2006年9月 (11)
友情链接
中国粉体商贸网
搜索
ajax一例
代码
<
script type
=
"
text/javascript
"
>
var
xmlhttp;
function
createxmlhttprequest()
{
if
(window.ActiveXObject)
{
xmlhttp
=
new
activexobject(
"
Microsoft.xmlhttp
"
)
}
else
if
(window.xmlhttprequest)
{
xmlhttp
=
new
xmlhttprequest();
}
}
function
startRequest()
{
createXMLHttpRequest();
xmlhttp.open(
"
get
"
,
"
innerhtml.xml
"
,
true
);
xmlhttp.send(
null
);
}
function
handlestateChange()
{
if
(xmlHttp.readyState
==
4
)
{
if
(xmlhttp.status
==
200
)
{
document.getElementByid(
"
results
"
).innerhtml
=
xmlhttp.responseText;
}
}
}
</
script
>
<
body
>
<
form action
=
"
#
"
>
<
input type
=
"
button
"
value
=
"
search for Today's Activities
"
onclick
=
"
startReqest();
"
/>
</
form
>
<
div id
=
"
results
"
></
div
>
</
body
>
posted on 2006-09-14 20:29
啊啦神灯
阅读(177)
评论(0)
编辑
收藏
引用
所属分类:
js/ajax
只有注册用户
登录
后才能发表评论。
Copyright @ 啊啦神灯
Powered by:
.Text
and
ASP.NET
Theme by:
.NET Monster