quote:Originally posted by Millenium_edition sorry for being rude, but I don't give a damn about learning other languages... Not at the moment at least.
code:<input type="submit" name="SendMessage" value="Send">
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">
code:$blah = $_POST['objectname'];