Html_View and Tab key and auto login!

BlitzPlus Forums/BlitzPlus Programming/Html_View and Tab key and auto login!

Sphinx(Posted 2007) [#1]
I used HTMLview to browse to a web page which collect information from the user (name, address,...etc) and when I try to move from field to field with the TAB key it does not work, though it works in IE or Firefox!

Any clue?

Also is there a way to auto fill a form with a login and password field and hit submit automatically? I know it is doable with Javascript and I do appreciate if someone helped me with that!

I tried parameterized URL (e.g http://www.ancientsoft.com/blah.php?login=maher&pass=1234 and it does not work!!

Thanks in advance


Sonari Eclipsi Onimari(Posted 2007) [#2]
well, I think I got this from Eikon, but you just need to get the mouse coords of everything you would need to click and the keys you would need to type, and find a function called "VKEY" which will simulate keystrokes. I use it pretty frequently in a project I am working on now.

Luck