可以与框架一起使用的书签吗?
在接下来的一年里,我将开发一个主要软件供应商提供的现成网络应用程序。虽然我们可以访问大部分代码库,但我将盲目地处理一些 Web 表单。当然,主要软件供应商仅支持 IE 6 和 IE 6。 7. 即使使用 IE 作为我的开发平台,如果能使用我在更“现代”的 Web 开发中使用的一些书签,那就太好了:
然而,这些工具似乎都不适用于有问题的应用程序,因为它使用框架。有没有人有任何提示可以让这些(或其他)书签在使用框架时工作?
Over the next year, I'll be hacking on an off-the-shelf web app from a Major Software Vendor. While we will have access to large portions of the code base, I'll be working blind on some of the web forms. Of course, Major Software Vendor only supports IE 6 & 7. It would be really nice to use some of the bookmarklets I use in more "modern" web development, even when strapped with IE as my development platform:
However, none of these tools seem to work with the app in question, due to the fact that it's using frames. Does anyone have any tips for getting these (or other) bookmarklets to work when working with frames?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个:
http://subsimple.com/bookmarklets/tips.asp
注意:一链接已过时。这有效:
http ://web.archive.org/web/20070209124150/http://msdn.microsoft.com/workshop/author/om/xframe_scripting_security.asp
Check this out:
http://subsimple.com/bookmarklets/tips.asp
Note: One of the links is out of date. This works:
http://web.archive.org/web/20070209124150/http://msdn.microsoft.com/workshop/author/om/xframe_scripting_security.asp
查看IE 的 Javascript Shell 书签。
我在框架中使用它并取得了巨大成功。它运行良好,因为它的交互式 JavaScript 控制台会在新窗口中打开。
Check out the Javascript Shell bookmarklet for IE.
I've used it with great success in frames. It works well because its interactive javascript console opens in a new window.