contact  |  about  |  sitemap

Java Script on Dropdown Menu
Last Post 13 Apr 2010 01:39 PM by Tijn. 1 Replies.
Sort:
PrevPrev NextNext
Author Messages
tom

--
13 Apr 2010 04:08 AM
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>
Tijn

--
13 Apr 2010 01:39 PM
Can you attach your script?
Make thinks more easy to understand the problem.


Quick Reply
toggle
  Username:
Subject:
Body:
Security Code:
Enter the code shown above:

Submit

Powered by Active Forums

Forum participation and optional registration

You don't need to be registered to partcipate in the Djuggler forums, however if you want to subscribe to email notifications you need to register. You can also subscribe to the forum RSS feed.