腾讯新浪通过IP地址获取当前地理位置(省份)的接口
摘要: 腾讯的接口是 ,返回数组http://fw.qq.com/ipaddress返回值var IPData = new Array("61.135.152.194","","北京市","");新浪的接口 :http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js多地域测试方法:http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js&ip=218.192.3.42返回值var remo
阅读全文
posted @
2010-07-25 16:21 疯狂秀才 阅读(1212) |
评论 (0) 编辑
jQuery插件ASP.NET应用之AjaxUpload
摘要: 本次使用AJAXUPLOAD做为上传客户端无刷上传插件,其最新版本为3.9,官方地址:http://valums.com/ajax-upload/在页面中引入 jquery.min.1.4.2.js 和 ajaxupload.js [代码]HTML 代码:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http:/...
阅读全文
posted @
2010-07-05 13:49 疯狂秀才 阅读(2094) |
评论 (2) 编辑