Posts by Loliconaoquadrado • 25 points
3 posts
-
-1
votes2
answers81
viewsQ: What does the "retn" statement mean with an argument?
Is it possible to see return instructions with an argument, how this is done and how the return value is treated? It is to return an argument in the stack?…
-
-2
votes1
answer25
viewsA: read files pdf on browser
Do this by simply sending a file as a response to any URL. This is usually enough. There is a simple pdf viewer in any modern browser.
phpanswered Loliconaoquadrado 25 -
0
votes1
answer243
viewsQ: Why does style return null?
Uncaught TypeError: Cannot read property 'style' of null at window.onload (main.js:7) Because the load object does not appear, it is null? window.onload = function() { load =…