<form method="post" action="stranka_v_iframu.php">
http://<input type="text" name="f" value="" >
<INPUT TYPE=SUBMIT VALUE="SPUSTI" >
</form>
<?
if ($f=="")
{
echo "Vyberte ...";
}
else
{
echo "<iframe src=\"http://$f\" ></iframe>";
}
?>