Posts by Leo Meshoes • 45 points
3 posts
-
3
votes1
answer257
viewsQ: Javascript read txt file and interpret as code
I am working with the following code to import and display text files: HTML <input type='file' accept='text/plain' onchange='openFile(event)'> <div id='output'>...</div>…
-
0
votes1
answer29
viewsQ: Responsiveness in iframes
I am currently using this code to set the height of an iframe: Iframe: <iframe class="rastreamento" style="width: 100%; border: none;" src=">meutarget<" frameborder="0" scrolling="no"…
-
-1
votes1
answer31
viewsQ: How to adapt so that all <li> items pull a different div?
Hello, I have the following code: <ul class="t_situacoes"> <? if(isset($row)){ $row_pedido = $row; } if (!isset($situacoes_andamento)) $situacoes_andamento=$row_pedido->situacoes;…