Posts by Jackson Lessa • 28 points
2 posts
-
0
votes1
answer160
viewsA: how to define a minimum resolution
In your css, in the body tag define: body { min-width: 800px; }
-
1
votes1
answer545
viewsA: How to receive the selected item from a combo box and use in another select?
Instead of using windows.Location you should use one ajax request var xhttp = new XMLHttpRequest(); xhttp.open("GET", "totalpago.php?parametro="+$unid, true); xhttp.send(); var unidades =…