<?php
$getURL =$_GET['geturl']; ?>

<form action="" method="get">
<input type="text" name="geturl" />
<button type="submit">Getir</iframe>
</form>
<iframe src="www.abc.com/<?php echo $getURL; ?>"></iframe>

Yüzeysel olarak yazdım test etmedim php ile böyle basit bir mantıkla yapılabilir.