Displaying 1 result from an estimated 1 matches for "the_make".
Did you mean:
the_majkl
2006 Feb 09
5
Ajax.Updater not populating element - please help
...uot; type="text/javascript"></script>
<script type="text/javascript">
Event.observe(window, ''load'', init, false);
function init() {
//$(''model'').disabled = true;
//$(''year'').disabled = true;
var the_make = ''ford'';
var the_model = ''thunderbird'';
var the_year = ''1964'';
Event.observe(''make'', ''change'', getModels, false);
Event.observe(''model'', ''change'', getYears,...