AJAX
文章平均质量分 73
newera
这个作者很懒,什么都没留下…
展开
-
AJAX 示例
http://www.okajax.com/info/example/200605813_5.html原创 2006-06-30 15:02:00 · 679 阅读 · 0 评论 -
ajax 跨域访问 jsonp解决方案
遇到跨域的问题,按下面的法子解决了.其实很简单,刚开始不知道有这条道,转了好多弯. 回调函数中有一点需要注意,json中需要将双引号全部换成单引号(原内容存在双引号及单引号应转成html字符表示),且不能有回车,我在凋试的时候,没有替换双引号,郁闷了好几天,今天才发现这个问题.所以遇到事得细心解决,上火也没有用,其实都是自已不细心的过错.以下为老外的例子,(很负责原创 2009-04-17 11:25:00 · 695 阅读 · 0 评论 -
图片批量上传 swfupload
http://swfupload.org/SWFUpload实现图片批量上传SWFUpload简介SWFUpload is a small JavaScript/Flash library to get the best of both worlds. It features the great upload capabilities of Flash and the acce原创 2008-07-11 11:55:00 · 1686 阅读 · 0 评论 -
模态窗口
一、window.open()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters) 其中:pageURL 为子窗口路径 name 为子窗口句柄 parameters 为窗口参数(各参数用逗号分隔) 三、示例: window.open (page.h转载 2007-05-26 11:13:00 · 863 阅读 · 0 评论 -
利用AJAX读取RSS
来源:http://mysheji.com/Article/pro/Ajax/Ajaxyy/19421.html html> head> meta http-equiv="Content-Type" content="text/html; charset=GB2312"> title>ReadRSStitle> script language="javascript">... var原创 2007-02-13 19:26:00 · 793 阅读 · 0 评论 -
Ajax 或者Flash做的个人门户和WEBOS
来源:http://blog.donews.com/dodo/archive/2006/08/14/1000024.aspxAjax 或者Flash做的个人门户和WEBOS Netvibes: Pastel blue on light gray. available in English, French, German, Spanish, Chinese, Russia转载 2006-12-29 14:20:00 · 1464 阅读 · 0 评论 -
http://www.xmlw.ie/aboutxml/wordml.htm
http://www.xmlw.ie/aboutxml/wordml.htm WordML Word 2003 Beta 2 has been released. We have installed a copy, and saved a Word file as XML for you to examine. This is the native binary Word docume转载 2006-07-14 13:51:00 · 1607 阅读 · 0 评论 -
Iframe 自适应高度宽度
方法一---------------------------------------------------------------------------------------------------------------- page //alert("onload");changewin()function changewin(){if (infob原创 2006-07-13 16:24:00 · 2143 阅读 · 0 评论 -
利用XMLHTTP将动态网页生成静态网页
新闻系统、blog系统等都可能用到将动态页面生成静态页面的技巧来提高页面的访问速度。下面是利用XMLHTTP将动态网页生成静态网页的一段简单代码。 url = "http://www.csdn.net/" set http=Server.createobject("Msxml2.XMLHTTP") Http.open "GET",url,false Http.send() s转载 2006-06-30 13:40:00 · 953 阅读 · 0 评论 -
jquery tool http://flowplayer.org 很酷,很实用,期盼已久的。
jquery ui tool 很酷,很实用,期盼已久的。1. Tabs The most important UI widget on the web Minimal setup for tabs Naming the tabs 4 different skins with CSS Loading tab conten原创 2009-09-29 12:19:00 · 1171 阅读 · 0 评论