Hi I need to fill a web form from within my app, and here is the problem.... How can I fill automatically, it's for a journalist (it's no spoofing or spam) the input zones in a form without knowing the name of the input zone I thank everyone who can help Hubert
Do you mean that you DO NOT know or that you CAN NOT know the names of the forms and form elements? You can get then with View Source... You cen then get an object reference to them with getElementByID("formElementName") and then you can set the .value or manipulate it in other ways. Dale "Hubert" wrote: > > > > Hi > > I need to fill a web form from within my app, and here is the problem.... > > How can I fill automatically, it's for a journalist (it's no spoofing or > spam) > the input zones in a form without knowing the name of the input zone > > I thank everyone who can help > > Hubert > > >
It's exactly that, but I would avoid the fact to look at the source, I would do this automatically Hubert "Hubert" a crit dans le message de news: e5v2vxthFHA.2180@TK2MSFTNGP15.phx.gbl... > > > > Hi > > I need to fill a web form from within my app, and here is the problem.... > > How can I fill automatically, it's for a journalist (it's no spoofing or > spam) > the input zones in a form without knowing the name of the input zone > > I thank everyone who can help > > Hubert >
Hubert, I can tell from the brevity of your reply that you are going to make it very hard to try to help you. If you gave more detail on exactly what you are trying to do, what you have tried on your own and what technologoes you are familiar with I would try, but I won't try to pry it out of you. There is no canned answer to your question. You will need to understand some technical workings of Windows, Browsers and DHTML to get what you want. Dale "Hubert" wrote: > It's exactly that, but I would avoid the fact to look at the source, I would > do this automatically > > Hubert > > "Hubert" a écrit dans le message de news: > e5v2vxthFHA.2180@TK2MSFTNGP15.phx.gbl... > > > > > > > > Hi > > > > I need to fill a web form from within my app, and here is the problem.... > > > > How can I fill automatically, it's for a journalist (it's no spoofing or > > spam) > > the input zones in a form without knowing the name of the input zone > > > > I thank everyone who can help > > > > Hubert > > > > >