YeaWhatever
Programmer
Hi All,
I have an HTML page with a form in it. I would like an ActiveX component to be able to perform calculations and update various form values. I have searched for books, resources on the web (especially Microsoft's developer pages) and other forums. I can't find an information on how to do this. Can someone point me in the right direction?
Below, I have created a really simple form. I would like an component that can recalculate "area" for each keystoke. How would I do this with ActiveX?
<form action=whatever.jsp>
<input type=text name=height size=5></input> Height <br>
<input type=text name=width size=5></input> Width <br>
<input type=text name=depth size=5></input> Depth <br>
<input type=text name=area size=5></input> Area <br>
<input type=submit>
</form
I have an HTML page with a form in it. I would like an ActiveX component to be able to perform calculations and update various form values. I have searched for books, resources on the web (especially Microsoft's developer pages) and other forums. I can't find an information on how to do this. Can someone point me in the right direction?
Below, I have created a really simple form. I would like an component that can recalculate "area" for each keystoke. How would I do this with ActiveX?
<form action=whatever.jsp>
<input type=text name=height size=5></input> Height <br>
<input type=text name=width size=5></input> Width <br>
<input type=text name=depth size=5></input> Depth <br>
<input type=text name=area size=5></input> Area <br>
<input type=submit>
</form