I have the following code:
<script src="UpdateModels.js"></script>
<td width="253"><select name="make" id="make" onChange="UpdateModels(this.id)">
I dont see the javascript in the browser.
what am I doing wrong ?
thanks
{removed}
jini01 wrote:I have the following code: <script src="UpdateModels.js"></script> <td width="253"><select name="make" id="make" onChange="UpdateModels(this.id)"> I dont see the javascript in the browser.
I have the following code: <script src="UpdateModels.js"></script> <td width="253"><select name="make" id="make" onChange="UpdateModels(this.id)"> I dont see the javascript in the browser.
According to <script src="UpdateModels.js"></script>, your javascript is in a file called UpdateModels.js.