Posts by Gustavo • 11 points
1 post
-
1
votes0
answers189
viewsQ: How to load value from a variable through Ajax
I did the following in an html file: <script> //transmite as informações var xmlHttp = GetXmlHttpObject(); function show() { if (xmlHttp == null) { alert ("Seu browser não suporta AJAX!");…