0

如何让在 html 或 jsp 文件中定义的 id 可以在另一个文件中访问?

这样做的原因是我使用 Ajax 来获取在另一个文件中定义的一些内容。我希望可以从我的第一个文件中访问该内容的 id。

我试图寻找一种方法来更改 id 的范围,但找不到。

4

1 回答 1

0

Normally you can't. But you could create an iframe from your html page and load the file that you want to access. either make the iframe hidden or of no size.

Here is a post that mentions how to do access id's like that:

Access child iFrame DOM from parent page

于 2013-07-31T22:06:15.177 回答