I have the following code:
<script type="text/javascript">
function id(el) {
return document.getElementById( el );
}
function altura( un, quanti_imagens ) {
return parseFloat(un.replace(',', '.'), 10) / parseFloat(quanti_imagens.repl...
asked by
27.07.2018 / 20:03