Can I use div or a table cell to show a web page?
if you codebehind requests the page itself, then streams it into the
table/div. you should remove <html>,<head> and <body>. you also may want to
strip the <script>. you will have to correct the <img> tags, or also
download the images to your server.
-- bruce (sqlwork.com)
| hi, all
|
| We know, we can use iframe to show a page by set url='http://***x.x....'
| Can I do the same thing in a div or in a table cell?
|
| Thanks
|
|