how do you do this with tables? I prefer table not frames.
below works but the whole page goes to the other website.. when i just want to view that website in the table cell.
<?php
if (isset($_POST['url'])) {
header("Location: http://" . $_POST['url']);
}
?>
i don't think iframe will work either because i'm trying to use a function 'get selected text' from the other website.