Questions tagged as 'html5'

1
answer

get select html value on vb.net

I have problems to recover a selected value of a <select> or combo of html from VB.NET, I have 3 <div> each with a certain function and so that only the <div> that the user selects hidden appears two. Th...
asked by 15.02.2016 / 20:19
1
answer

Repeat playback of animated banner

I made an animated banner in Google Web Designer and I can already see it in the browser, but only one is displayed or reproduced. time. How can I make it play infinitely?     
asked by 18.01.2016 / 17:45
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
0
answers

Special characters on website made in cakephp

Hi, I am modifying a website designed in cakephp, but in a modal for whatsapp some special characters do not look good and I tried to do some things and nothing worked for me: <!DOCTYPE html> <html lang="es-ES"> <head> <...
asked by 26.09.2018 / 18:43
1
answer

Problems with loading the image into an HTML file by saving

I have a problem with my page when loading the image in my HTML file, it turns out that when I place the image, it shows me an icon with an x in the center when loading the page. I put the image I want to show in the folder where the HTML fil...
asked by 27.08.2018 / 17:54
1
answer

View pdf files in Laravel

I have pdf files already uploaded to the server, I load them in a list and I want to be able to show them to the user, but for all the links it always shows me the first one I went up. What I send from the controller: public function index(...
asked by 29.09.2018 / 17:36
1
answer

capture the href link with javascript in asp.mvc webgrid

I have the following code. <div class="table "> @grid.GetHtml(tableStyle: "table highlight hoverable" , columns: new[] { grid.Column("Persona"), grid.Column("Calificacion"), grid.Column("...
asked by 31.07.2018 / 19:53
0
answers

Validate select in registration form

I'm doing a fill-in-registration form where everything was fine except for the select, the code is as follows: Database: CREATE TABLE usuarios( id INT NOT NULL UNIQUE AUTO_INCREMENT, tipo_de_usuario VARCHAR(100) NOT NULL, nombre VARCHAR(2...
asked by 20.07.2018 / 00:07
1
answer

How to get the id tr of the row that I pressed? jquery

Hi guys I think I'm about to solve what I want, but I could not find the id of the row I'm working on the table. I will explain better I have a common and simple table but if I press a td it is changed to an input to be edited. What I am d...
asked by 19.07.2018 / 21:39
0
answers

Error in Laravel Routes 5

I am new to Laravel, I currently have a problem. I have a project that happened to me, which was done in version 5.2 of Laravel, I currently have 5.7. Execute the commands: php artisan cache:clear php artisan config:clear Verify that you al...
asked by 10.09.2018 / 03:34