Ask your own question, for FREE!
Computer Science 18 Online
OpenStudy (anonymous):

I want to open a new webpage inside the table cell i created and i want to direct the link there when you click the text.How can i do that in html?

OpenStudy (anonymous):

That is cross site scripting and is in general a security no no. One of the best ways to get around this would be to have a server side process that would get the contents of the web page and render them back to client. In this way the server would be getting the web page content, not the users browser.

OpenStudy (anonymous):

he is correct

OpenStudy (anonymous):

<table> <tr> <td><iframe width="300px" height="200px" src="yoururl.com"/></td> </tr> </table>

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!