Hello
I have a little problem writing a script that fills web formular fields.
I'm using IE.application object, and I know how to refere to a from which doesn't have a name:
objIE.document.Forms(i)
it is easy to submit such a form, but sometimes it has a few fields like
<input type="text" (...)>
The problem is that form elements names are generated each time u enter that page, so writing a fixed name doesn't work...
Is there a possibility to refer to an <input ...> field without knowing its name (like refering to forms)?
I have a little problem writing a script that fills web formular fields.
I'm using IE.application object, and I know how to refere to a from which doesn't have a name:
objIE.document.Forms(i)
it is easy to submit such a form, but sometimes it has a few fields like
<input type="text" (...)>
The problem is that form elements names are generated each time u enter that page, so writing a fixed name doesn't work...
Is there a possibility to refer to an <input ...> field without knowing its name (like refering to forms)?