Dear Support,

I have a html form:

<HTML> <BODY> <FORM method="POST"
action="http://www.myservername.com/myform.php";>
  <P>first_name: <INPUT type="text" name="first_name" 
  size=30></P>
 <INPUT type="submit" value="Send This Form">
</FORM></BODY></HTML>

How can I create a PDF form to replace this simple
HTML form in order to talk with server?

I know how to add a Text form field and a Button. 
But, I don't know how to add a Javascript so that the
button can send teh form data to the server.

Thanks a lot,



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to