Questions tagged as 'html'

2
answers

Select in bootstrap

I try to include a field within a form with the selectpicker class of bootstrap but the style does not add style or live search, any idea of why? this is my code These are the libraries that I use, only jquery I have it remotely bootstrap I h...
asked by 01.07.2016 / 00:00
1
answer

Problem with charsets in html

I needed to apply a centralized automatic signature on a client. What I did was write an HTML with variables NAME POST ADDRESS etc. Then I copy the files in generic to the team through a GPO and I execute a .vbs that performs the follow...
asked by 27.07.2016 / 14:59
2
answers

Return to Previous Page after updating

I am in an update form and have the link in the link to update, for example: view_fases.php?iddrs=2 I send it to update, and all good the problem comes when I want to finish making the changes I return to the same page with the id tha...
asked by 16.06.2016 / 20:16
2
answers

Contact form, the mail does not arrive

My problem is that I have a form made with HTML, PHP and AJAX that I went up to my page does everything like "should" but my email does not get the message, I leave my code for review: HTML: <h3>Formulario de Contacto</h3>...
asked by 21.05.2016 / 07:05
1
answer

Div is hidden by decreasing the width of the browser

I am editing the styles of this website: link The problem is that by decreasing the width of the browser the div called "site-top-bar-right" does not show its content, as shown in the following screenshot: Any suggestions or...
asked by 22.02.2017 / 16:30
1
answer

Problem with Ajax and Html

Very good, I'm starting with all these technologies, HTML AJAX PHP JQUERY etc Forgive if you see a lot of "garbage" barely took 2 weeks with all this. These are my two pages, logeo.php which is responsible for checking that there is a user...
asked by 05.05.2016 / 23:49
1
answer

Insert in the form of text value of property css in div destination

Hello I need to get some means to insert the value of the css property "color" as text within the div#consola for each of the 3 div: #position #position2 #position3 in the classes p1color , p2colo...
asked by 15.04.2016 / 18:18
2
answers

Problem with element.innerHTML + =

I have this attempt of gallery of images with bootstrap, but I do not manage to appear bada, this is the complete code of the gallery, the images are named by numbers.                                 <script> var imagenes = [1,2,3...
asked by 05.12.2018 / 06:14
2
answers

Doubt about the way to show a form

Good evening, I have a form created in the following way: (in forms) RESULTADO_P = ( ('a', 'a'), ('b', 'b'), ('c', 'c'), ('?', '?'), ) class formulario(forms.Form): r1 = forms.ChoiceField(choices=RESULTADO_P, initia...
asked by 07.02.2016 / 15:17
1
answer

How to change currentTime of an HTML created audio element?

I have seen different examples of elemento.currentTime But I have not seen any with an element created from javascript to which it is applied and the following code does not work. var time; var audioe = document.createElement("audio"); au...
asked by 22.02.2016 / 20:08