I have a form
<form action="http://www.smarturl.uni.cc/index.php" method="post" target="_blank">
<table align="center" cellpadding="5" bgcolor="#E7E7F7">
<tr>
<td>
<b><font face="Verdana"><font size="2">Enter a long URL to make </font>
<a href="www.smarturl.uni.cc"><font size="2">Smart URL</font></a></font>:</b><br />
<input type="text" name="longurl" size="30"><input type="submit" name="submit" value="Make Smart URL!">
</td>
</tr>
</table>
</form>
i want to send this form contents from url like that
http://www.smarturl.uni.cc/index.php...&action=submit
But it cant work for me.plz help