本文介绍了html链接在新窗口中打开,而不是在小工具中打开的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我将第二个html文件压缩到小工具中并链接到该小工具,如下所示:

if i zip a second html file into the gadget and link to it like that:

<a href="Menu.html">Link</a>



链接会在小工具中打开,

但!如果我链接到这样的页面,它将在新窗口中打开



the link opens in the gadget,

BUT! if i link to the page like that it opens in a new window

<a href="C:\...\Menu.html">Link</a>

(如果我在浏览器中对其进行测试,则它会在同一窗口中打开,但在小工具中不起作用)

有任何建议吗?

(if i test it in a browser it opens in the same window, but it doesnt work in the gadget)

any suggestions?

推荐答案


这篇关于html链接在新窗口中打开,而不是在小工具中打开的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 00:35