Welcome Guest, Not a member yet? Register   Sign In
Refreshing a dropdown list when selecting another dropdown list.
#11

[eluser]xwero[/eluser]
You can do a check in the javascript code to see what the url looks like maybe that is the problem.
Code:
var my_url = "index.php/state/"+src+"/"+val;
alert(my_url);
// ...
url: my_url,
// ...


Messages In This Thread
Refreshing a dropdown list when selecting another dropdown list. - by El Forum - 08-18-2008, 06:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB