Questions tagged as 'html5'

0
answers

Streaming from PHP

I am trying to create a striming from php, for this I use mp3 files to perform an automatic playback, until now everything works well for me. Here the code: header("Cache-Control: no-cache, no-store"); header("Pragma: no-cache"); header("E...
asked by 23.01.2018 / 00:41
0
answers

Error "DataTable warning: table id = tableID - Ajax error"

I'm working with DataTable and Ajax, I have an error that says:    DataTable warning: table id = tableID - Ajax error. For more information about this error I do not print the data in PHP, I do not return anything, I want to clarify that...
asked by 20.01.2018 / 17:12
2
answers

How to put the code to show data in GRID?

Can someone help me with the Grid view? I am integrating a new design for an old script. Work is fine but as always I had problems with the <div> I still follow me in the code. I know it's silly, but I throw away a whole day a...
asked by 21.01.2018 / 22:35
1
answer

how can I send data from a class radio input to laravel without touching the names

I would like to send parameters by means of a class in the radio type inputs to the laravel driver without touching the property name <div class="form-group col-lg-6 col-xs-12"> <label class="control-label">Sexo:</label>...
asked by 17.01.2018 / 16:35
2
answers

how can I navigate in an html table using jquery parent?

I have a problem that was recently presented to me. I need the value of a input found in a table in the second row when I press a button that is in the third row, using jquery and parent . I show you an example: <tabl...
asked by 31.01.2018 / 16:19
0
answers

How can I erase the Microsoft Edge browser cache via HTML?

I am running an application in Microsoft Edge that for work reasons can not be executed in any other browser. The project was already started when I took it and I am asked to always get the latest version of the application every time I click on...
asked by 17.01.2018 / 23:03
2
answers

Is there a way to load asynchronous html content?

I'm doing a web application, in cocreto I do a 5 step wizard but too many fields, but the file has already spread a lot and it takes a long time to load, the .js are already asynchronous, but the html is making it late in loading a lot. Is there...
asked by 10.01.2018 / 01:22
0
answers

does not load the template in django 1.11.8

Good morning to all, the end of this message is for you can help me find the error because I do not load a template removing the 404 error: Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/manager/panel/notici...
asked by 09.01.2018 / 20:06
1
answer

ERROR when bringing an image with PHP for a HERO of a web

I am getting the following error when I bring a URL with PHP in local to show an image of a "hero". It seems that I am using something obsolete. I've been googling but I do not really understand where the problem is. Can somebody help me? [De...
asked by 18.01.2018 / 17:59
1
answer

Iframe tag

I have a doubt about the iframe tag in html since I have this tag in a modal and whenever I load the page the video that has this tag starts playing without having even opened this modal, any idea about this event? Any way to make it play only w...
asked by 09.01.2018 / 04:03