On Wed, 2010-05-26 at 03:18 -0700, Andrew Leach wrote:
> On May 26, 7:14 am, arshad <[email protected]> wrote:
> >
> > print()_ and check() not seem to be doing the right work.
>
> I get the alert in Firefox and IE. However it seems to favour listing
> "100, 101, undefined". Selecting "Kanthi's House" and "Ahilan's House"
> -- as these feature in the bus-number arrays -- yields 100, 101, 400.
> So it looks like it's working.
>
> Please say how to make it fail (which browser you're using, and the
> choices you're making); what the symptoms of that failure are; and
> what you would expect to happen instead.
>
hi,
thanks for the reply,
and yes it pops out alert for me too. but the output is wrong and i have
set it to output sort of hardcode values (alert("Please Take this Bus
"+str1Array[0]+","+str1Array[1]+","+str1Array[2]);)
because the correct output is suppsed to be from resultArray and its not
working. thus i commented that line, please see: line (87)
alert("Please Take this Bus
"+str1Array[0]+","+str1Array[1]+","+str1Array[2]);
//alert("Please Take this Bus "+resultArray[0]);
if you see the array the output should be 100,101 only,
because those 2 are the common bus which travels through "Kanthi's
House" and "Ahilan's House".
PS: right now u can only select the first 4 values from the combo, as i
have set arrays only for them for the moment.
thanks.
--
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.