Posts by Rafael S. Oiveira • 65 points
5 posts
-
1
votes0
answers81
viewsQ: Taking data from an external action form with POST
Hello. I’m having a problem trying to recover data from a form where its action is an external url. <form accept-charset="UTF-8" method="post" name="formIntegration" id="formIntegration"…
-
1
votes2
answers529
viewsQ: Text returning with "?" instead of quotation marks and hyphens
Good afternoon. My site runs on ISO-8859-1 encoding and when I pull data from an external XML, some characters return as a question mark. I tried to convert with <?php header("Content-type:…
-
2
votes3
answers1216
viewsQ: Count elements and display a quantity
I need to display a certain number of HTML elements. For example: <div class="conteudo"> <p>Primeiro parágrafo</p> <p>Segundo parágrafo</p> <p>Terceiro…
-
0
votes0
answers260
viewsQ: Consuming XML data via Ajax
I need to consume the data of an XML via AJAX but Firefox always returns an error of "incorrect formatting" and does not print anything on the screen. The same AJAX runs smoothly in Chrome, but…
-
2
votes2
answers4321
viewsQ: Formatting date and time with Javascript?
I’m consuming data from a API and would like to know how do I pass the following date and time value, to the Brazilian standard. The format returned is this: 2017-01-05T14:35:17.437 but I’d like it…