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"...
well that was a slightly different problem, i had 2 objects with a same name, but now i have none... and i dunno how to refer to the form... if it is for button text box's i can use 'getelementbyid', 'getelementbyvalue'[i guess] but i can't get a form by 'GetElementByAction'(or something like...
Hi
I have this problem, i want to refer to some form elements on a web document but i can't - because the form has no name
<form action="login.php" method="POST">
Any ideas how can i do it?
I know that putting two forms with the same name in one document or using <input type="submit"> are very nasty habbits - but i wanted to have my script work even on those
Tried putting indeces before but i guess i made some errors
Works perfectly now :-)
Thanks
hi all
i have a little problem with operating on a web document - it has got two forms with the same name: something like:
(...)
<form name="form1" method="post" action=[action1]>
<input type="submit" name="submit" value="button1" id="button">
</form>
(...)
<form name="form1"...
Hello guys
I have a kind of an easy question - i'm not very much into writing scripts and thougth i could get some help.
I tried seeking the forum, but i guess i haven't found anything about it:
My script is used to navigate on websites, login in to accounts ect... but there is a little...
Hello all
i want to write an application using vb6 that could do some online stuff for me. It's easy to download the source of the website and navigate using hyperlinks, but there are still form elements on websites. Does anybody know how to submit some data of my choice using vb?
for example...
Hi
I've got a problem and thought you guys could help me :-)
The main thing is that i would like to somehow 'get' form elements (properties, count, type, etc) that are loaded on a page to the webbrowser control? Are there any methods that support it? How do they work?
Thx in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.