spicymango
Programmer
Hi,
I have a html page on a domain abc.com. In it I have a table.
Page A
I have another page on a different domain xyz.com
that page has code
Page B
I want to include the code of page B in my Page A table? How can I do that (With out Iframe)
Thanks
I have a html page on a domain abc.com. In it I have a table.
Page A
Code:
<html>
<body>
<table border=0 cellpadding=0 cellspacing=0 width 550 height=400>
//include the page B from domain xyz.com
</table>
</body>
</html>
I have another page on a different domain xyz.com
that page has code
Page B
Code:
<tr></td>1 </tr></td>
<tr></td>2 </tr></td>
<tr></td>3 </tr></td>
<tr></td>4 </tr></td>
I want to include the code of page B in my Page A table? How can I do that (With out Iframe)
Thanks