Skip to content
Advertisement

How to show a linked page as the content of a table element in my case?

I have made a HTML table.

Suppose I have a link, for example, link to www.nokia.com , can I show the linked page as a content of the table element when “click me” has clicked? and how to do that?

JavaScript

Advertisement

Answer

Maybe you could use <iframe> and some jQuery for the job.

Example:

jQuery:

JavaScript

HTML:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement