AS2与AS3获取当前页面URL的代码
2012-02-06 12:14:33 来源:本站整理核心提示:import flash.external.*;var urlPath;var param_info;function geturlhttp() {urlPath = ExternalInterface.call('eval', 'window.location.href');//url
import flash.external.*;
var urlPath;
var param_info;
function geturlhttp() {
urlPath = ExternalInterface.call('eval', 'window.location.href');
//urlPath = ExternalInterface.call("window.location.href.toString");
param_info = urlPath.split("?")[1];
}
geturlhttp();
urlText.text = urlPath;
if(param_info == undefined){
param.text = "no param";
}else{
param.text = param_info;
}
- ››asp.net页面弄成伪静态页面
- ››Asp.net 中将汉字转换成拼音的方法
- ››获取Android手机型号,系统版本,App版本号等信息
- ››获取Windows xp系统高权限无需注销用户
- ››ASP.NET及JS中的cookie基本用法
- ››ASP.NET获取MS SQL Server安装实例
- ››获取checkedListBox 选中的项并且移动
- ››asp.net实现调用百度pai 在线翻译英文转中文
- ››ASP.NET页面选项进行提示判断
- ››Asp.net定时执行程序
- ››ASP.NET中利用DataList实现图片无缝滚动
- ››ASP.NET验证控件RequiredFieldValidator
更多精彩
赞助商链接