i have a drop down menu that i want to select 100. I have a fill form with ctl00$PropertyList$ctl00$ddlPerPage and 100 as value. It changes the element on webpage to 100 but the page does reload not produce the result, nothing happens.,
there are 2 dropdown menus on the page (on top and on bottom of page)
I even added a second fill form to 100 but that doesnt work. I think it might be a javascript that triggers this change, but i have tried several variations of the javascript in this html with no success.
Could you help me locate the proper java script to activate the menu change?
site:
http://www.fsbo.com/buyers/SearchResults.aspx enter in New york, NY
<SPAN id=ctl00_PropertyList_ctl00_lblShow class=sfBodyText>Show</SPAN> <SELECT id=ctl00_PropertyList_ctl00_ddlPerPage class=smallFormBoxes onchange="javascript:setTimeout('__doPostBack(\'ctl00$PropertyList$ctl00$ddlPerPage\',\'\')', 0)" name=ctl00$PropertyList$ctl00$ddlPerPage> <OPTION value=5>5</OPTION> <OPTION value=10>10</OPTION> <OPTION value=20>20</OPTION> <OPTION value=30>30</OPTION> <OPTION value=50>50</OPTION> <OPTION selected value=100>100</OPTION></SELECT> <SPAN id=ctl00_PropertyList_ctl00_lblPerPage class=sfBodyText>per page</SPAN></TD>