uncaught TypeError

488
0
10-17-2014 01:05 PM
joepublic
New Contributor III

I am trying to combine 2 parts of of a scripts I was able to make work separately.

In part 1 I am returning an array of country codes and in part 2 I and using the codes to display the associated countries

I am have a problem passing the array from part 1 to part 2 in the combined file attached

I am also getting the following error:   Uncaught TypeError: undefined is not a function at line 90: queryTask.execute(cntryq);

Tags (1)
0 Kudos
0 Replies