Yes. Then in the page you can acces $_GET variables. So actually, you'd have to do:
<frame
name="titlef"
src="vtitle.php?variable1=<?php echo $var1; ?> "
align=left
width="450"
height="750"
frameborder="3"
scrolling="yes" >
And then continue on with more variables.