gpt4 book ai didi

javascript - 读取 AS3 中的浏览器 URL?

转载 作者:行者123 更新时间:2023-11-30 10:37:15 24 4
gpt4 key购买 nike

我的应用程序作为父应用程序的 IFrame 中的选项卡与其他应用程序集成。

我想读取浏览器地址栏 URL。

是否可以阅读。

<iframe id="myIFrameID123" src="http://192.168.1.102:8080/om/om.html?ucode=" width="100%" height="600"></iframe>

并尝试访问父应用 URL

var search:String = ExternalInterface.call("window.location.search.toString");
var vars:URLVariables = new URLVariables(search);

如果可以读取地址栏 URL 就可以了...两个应用程序在不同的 JBOS 中运行。

最佳答案

如果可以读取地址栏 URL

是的,可以使用:

import flash.external.*;
var curUrl:String = String( ExternalInterface.call(" function(){ return document.location.href.toString();}"));

关于javascript - 读取 AS3 中的浏览器 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13265005/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com