How to make an html id defined in an html accessable in another html file -


how can let id defined in html or jsp file accessable in file?

the reason doing used ajax content defined in file. , want id of content accessable first file.

i tried way change scope of id couldn't find.

normally can't. create iframe html page , load file want access. either make iframe hidden or of no size.

here post mentions how access id's that:

access child iframe dom parent page


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -