I was wanting to substitute a standard textarea for an activex control i made, so far the OCX is just a VB textbox, but i want to know how i can use this in a form post method to post/get its value, is it just the same as for a standard textarea or can you do this at all, for ex,

HTML Code:
<form method="post" action="main.php">

<object classid="clsid:90E8CF72-B40A-11DA-8660-0002446E1033" id="T1" width="303" height="240">
<param name="_ExtentX" value="8017">
<param name="_ExtentY" value="6350">
</object>

<---- submit button etc

</form>
Can i post the Value for T1 then recieve this with say php ?