pelegk1
10-16-2003, 03:55 AM
i tried to do this :
tmpStr='<HTML><BODY><font face="Arial" size="6"><a href="JavaScript:Submit('+cityList[count]+')">';
and when i press a button i have a proble with the :
cityList[count]
which is a word that i didnt put in quotation
how to put it execlly so i dont get an error?
tmpStr='<HTML><BODY><font face="Arial" size="6"><a href="JavaScript:Submit('+cityList[count]+')">';
and when i press a button i have a proble with the :
cityList[count]
which is a word that i didnt put in quotation
how to put it execlly so i dont get an error?