Jump to content

Recommended Posts

Posted

CODE
<span class="label">User Password:</span></B></FONT></FONT> </TD><TD VALIGN="TOP"><INPUT TYPE="password"NAME="v113368w0"SIZE="25" VALUE=""> </TD> </TR>

</TABLE>

</TD> </TR>

<TR ><TD HEIGHT="21"> </TD> </TR>

<TR ><TD ALIGN="CENTER"VALIGN="TOP"><TABLE

BORDER="0"CELLSPACING="0"CELLPADDING="0"><TR ><TD ALIGN="RIGHT"VALIGN="MIDDLE"><INPUT TYPE="SUBMIT"NAME="v21121w0" VALUE=" OK "> </TD><TD WIDTH="54"> </TD><TD ALIGN="LEFT"VALIGN="MIDDLE"><INPUT TYPE="SUBMIT"NAME="v224658w0" VALUE="Cancel"> </TD> </TR>

This website has named all of its form elements with random names (v and then random characters.) These names change every time the page is reloaded. Obviously, I cannot get references to the form elements by name. I'm looking for a workaround for this. The form elements should be in the same ORDER on every page. I have looked through the documentation but really do not have any idea how to proceed. Any help would be appreciated.

Posted

Can you use _IEFormGetCollection to use the 0 index of the form instead of its name?

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...