quote:
Originally posted by WDZ
You can use target="" in the <form> tag just as you would in a link. For example...
<form action="blah.php" target="_blank">
<form action="blah.php" target="myFrameName">
then if u use php u can grab the value by using
code:
$blah = $_POST['objectname'];
and $blah will hold the value of object