Jump to content

_FFFormOptionSelect not working


Recommended Posts

_FFFormOptionSelect failed

Ive tried a lot of thing with no success

html code:

 <select name='mm' id='month' data='birthday-drop-down' >
           <option value=''>Month</option>
<option title=January value='1'>January</option>
<option title=February value='2'>February</option>
<option title=March value='3'>March</option>
<option title=April value='4'>April</option>
<option title=May value='5'>May</option>
<option title=June value='6'>June</option>
<option title=July value='7'>July</option>
<option title=August value='8'>August</option>
<option title=September value='9'>September</option>
<option title=October value='10'>October</option>
<option title=November value='11'>November</option>
<option title=December value='12'>December</option>
</select>
 
script:
#include <ff.au3>
 
If _FFStart("http://onlybestfreestuff.com/test.php", Default, 2) Then
 
Sleep(1000)
_FFFormOptionSelect("mm","name","month","id")
EndIf

 

I read the FFFormOptionSelect info but stiil no idea

Link to comment
Share on other sites

  • 1 month later...

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...