05-21-2007, 06:47 AM
To post web form data, use PostFormData function of Http class. When you use it, you usually know elements and hardcode them into the macro. Why would you need to identify elements at run time? It should be possible using regular expressions, but not so easy.