¡@

Home 

javascript Programming Glossary: a4

Can't appendChild to a node created from another frame

http://stackoverflow.com/questions/2284356/cant-appendchild-to-a-node-created-from-another-frame

how to pass these strings from php to javascript

http://stackoverflow.com/questions/3174092/how-to-pass-these-strings-from-php-to-javascript

a1 ' 10 20 13 14 ' a2 ' 17 15 14 16 ' a3 ' 18 24 16 17 ' a4 ' 15 54 18 27 ' echo a1. . a2. . a3. . a4 and my javascriptcode.. ' 18 24 16 17 ' a4 ' 15 54 18 27 ' echo a1. . a2. . a3. . a4 and my javascriptcode is .ajax type POST dataType json url loaddata.php.. data alert data alert 15 54 18 27 i can get just a4 string and i can not get other string how can i pass these 4..