Welcome Guest, Not a member yet? Register   Sign In
Prototype and Multiple Drop Downs
#2

[eluser]patos[/eluser]
hi,
Code:
function getModels(){

    var url = 'http://localhost/dropdown/getModels/';

    var pars = $F('make');

    var myAjax = new Ajax.Request(url, {

            method: 'post',

            parameters: 'make='+pars,

            onSuccess: successModels

        });

}
should be better


Messages In This Thread
Prototype and Multiple Drop Downs - by El Forum - 12-25-2007, 02:23 AM
Prototype and Multiple Drop Downs - by El Forum - 12-25-2007, 08:49 AM
Prototype and Multiple Drop Downs - by El Forum - 12-25-2007, 10:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB