求教.net里使用jquery ajax的方法
C# code:
protected void Button1_Click(object sender, EventArgs e)
{
System.IO.File.Delete("01.html");
Response.Write("正在删除01.html成功");
System.IO.File.Delete("xx.html");
Response.Write("正在删除xx.html成功");
System.IO.File.Delete("hh.html");
Response.Write("正在删除hh.html成功");
System.IO.File.Delete("kk.html");
Response.Write("正在删除05.html成功");
System.IO.File.Delete("uuu.html");
Response.Write("正在删除uuu.html成功");
System.IO.File.Move("oo.html", "ooo.html");
Response.Write("oo.html重命名ooo.html成功");
System.IO.Directory.CreateDirectory("aa");
Response.Write("创建aa目录成功");
System.IO.Directory.Delete("bb");
Response.Write("创建bb目录成功");
}
上面的方法步骤,怎么通过jquery的ajax方式一步一步的输出,达到实时显示,即操作既显示。
最好能有代码,先送上100分,如果解决了问题在送上100分
帮顶
Up
谢谢楼上,200分送上~
相关问答:
想知道怎么在DW中运行Ajax
我运行的文件报这个错..
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening requir ......
查看源文件时出来的
<script type="text/javascript">
// <![CDATA[
Sys.Application.initialize();
Sys.Application.add_init(function() {
$create(Sys.UI._Upd ......
http://localhost:8080/xx/zz.do 显示 out的 xml 数据
xml.open("GET",arguments[0],true);// arguments[0]是 /xx/zz.do
xml.send();
alert(arguments[0]);//这边有
x ......
aspx文件
<webdiyer:aspnetpager id="pager2" runat="server" firstpagetext="首页"
&nb ......
如图所示
请高手们给个方案~~~~~ 在此谢过~~~~~~~~
点击 换一套我喜欢的面具
用js改变下图像的src就可以了
引用
点击 换一套我喜欢的面具 ......