A
alfred
How can i fill out a form in a web page? For example
www.google.com...Thanks
www.google.com...Thanks
alfred said:How can i fill out a form in a web page? For example
www.google.com...Thanks
Take a look at the names of the textboxes of the page and the value of the
form's 'action' parameter. The name of the main textbox is 'q', for
example. Thus you can create a request on the URL
'http://www.google.com/search?q=Bla' to search for the text "Bla".
alfred said:thanks..but if i want to enter in email box...so i can put into the
Login form and password form 2 values and press submit button. so how
can i do this?
ps.i don't want to write a parametric address (URL). I just want to
fill out the form.
alfred said:but i don't want to use a parametrized request...i want to use to
filling out the input box...and press submit button..thanks
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.