Rossko is right, the line: > var searchUrl = file.php?kind='+selectedval ; should be: > var searchUrl = 'file.php?kind='+selectedval ;
Change that before anything. On Mar 24, 2:52 pm, sariah <[email protected]> wrote: > I checked using mozilla Fx & safari & no specific script error..is > there any tool to add or something > any help plz??? > > On Mar 24, 12:42 pm, Rossko <[email protected]> wrote: > > > > NO no script error since selectedval: param in loadallMarkers which > > > represent the selected value of a cmbx & which using > > > $j("#areakind").change(function() {}); > > > I was looking more at the unquoted string - are you sure you don't get > > a script error? > > -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
