I have a iframe tag in mainpage.html, that iframe calls back.html..
is there any way to call only the specific ids in back.html for display in iframe..
Detail: I have 25x25 table in back.html. initially iframe shows all 625 cells minimised. each cell has a unique id. can i call a specific cell only to display(original size) inside iframe.
or is there any other way to go around it.. please specify
Try this code:
Of course I assume that
mainpage.html
andback.html
are in the same domain (for the same-origin policy)