Questions tagged as 'html'

1
answer

Browse XML located in the console

I was making a request through AJAX and I found that I do not know how to handle the information that arrives afterwards. This request returns an XML (in the console) like the one below; which I can see by console or pass it to String format and...
asked by 04.01.2018 / 16:16
1
answer

select several checkboxes when filtering the result by AJAX

I need to select several checkboxes that are not together and put them in a input type text , I achieved that by filtering "states" and selecting them I put them in input . But when doing another search, delete the...
asked by 05.01.2018 / 23:30
1
answer

Make capture with html2canvas and save it on a server

I see that with this library we can print the resulting image somewhere in the DOM or even download it, but is there any way to store it on a server? Thank you very much!     
asked by 14.06.2018 / 21:03
1
answer

Deactivate button with ng-disabled Angularjs

I have a select where I select the tipo of file that I will send if it is pdf or img , in case it is img I must send image-A and image-B just send 2 imgs must be deactivated the boton...
asked by 13.06.2018 / 12:51
1
answer

How can I hide the contents of a li without it being displayed by pressing inspect in a browser?

I hide a <li style="display:none"> but clicking on inspect in a browser allows me to see its contents. I want that content not to be displayed when I click on inspect.     
asked by 14.06.2018 / 14:23
3
answers

How to demand a specific amount of characters in a field? [closed]

I want a certain field in specific can only have 16 characters, no more, no less, I'm using php.     
asked by 12.06.2018 / 21:04
1
answer

How to make a select tag show two arrows [closed]

Hi, I have a select tag which shows me city men, however I want the select tagtq to show me two arrows something like this: How can I do that in the css?     
asked by 12.06.2018 / 17:18
2
answers

Notice undefined index PHP error

I have a problem with my code, it turns out that when I give a value to my variable $ month, I get it all right, and I have since in the case that $ month has a null value or is empty, take me out the current month, and I get it right. The probl...
asked by 20.06.2018 / 16:16
1
answer

Javascript: Jump between the different inputs and select them by pressing enter

I have two div, in one I have some inputs and select and in the other I have others. The idea is that you can jump to the next input with just pressing enter, but that can only be done in div2 and regardless of whether they are input or select....
asked by 26.08.2018 / 23:21
1
answer

Why do not you save my mysql data via php?

html code <html> <head> <title></title> </head> <body> <form method="post" action="insertarp.php"> <b> Codigo Producto</b> <input type=text name="codigop" > <br><br> <b...
asked by 20.06.2018 / 17:33