Hello, I am hopeless at javascript.
Firebug in firefox is giving me a syntax error for the strURL line below. The code is included in an external file.
I can't see what the problem is.
<script type="text/javascript">
function getCity(stateId) {
var strURL = "getcities.php?state="+stateId;
}