摘要: function test1() { //$("#ajax").load("upload.aspx #testLoad", 此获取 upload.aspx的testLoad标签内的代码文件 $("#ajax").load( "upload.aspx",//请求的页面 {name:"sanmao",sex:"男"},//传递的数据 如 upload.aspx?name=sanmao&sex... 阅读全文
posted @ 2010-04-08 10:56 bestsaler 阅读(695) 评论(0) 推荐(0) 编辑
摘要: function test(){ $.ajax({ //提交数据的类型 POST GET type:"POST", //提交的网址 url:"testLogin.aspx", //提交的数据 data:{Name:"sanmao",Password:"sa... 阅读全文
posted @ 2010-04-08 10:28 bestsaler 阅读(154637) 评论(1) 推荐(4) 编辑
摘要: CodeBehind="install.aspx.cs" Inherits="WebApplication1.fckeditor.install" 无标题页 上传文件夹路径: 阅读全文
posted @ 2010-04-08 09:45 bestsaler 阅读(207) 评论(0) 推荐(0) 编辑