Questions tagged as 'html5'

1
answer

how to make the function parameter a String

Hi, I'm trying to generate a table but by making the function parameter text I've had a lot of problems this is the code: elemento = elemento +'</br>'+'<span onclick="borrar('+libros[i].autores[j]+');">'+libros[i].autores[j]+'<...
asked by 19.11.2017 / 01:45
1
answer

Help, insert records in related tables using php oo

Greetings friends, since yesterday I'm trying to solve an exercise but I can not find a solution for now. I have 2 tables in my DB called ts_client and another ts_quipment , the relationship is 1: n a client can have many computers. Previou...
asked by 18.11.2017 / 21:29
1
answer

T_CONSTANT_ENCAPSED_STRING

Hello everyone, I am trying to save data through PHP from an HTML form, which is giving me the following error:    Parse error: syntax error, unexpected '"INSERT INTO judicial (n_int' (T_CONSTANT_ENCAPSED_STRING) in C: \ xampp \ htdocs \ gale...
asked by 15.11.2017 / 21:39
2
answers

How to make an audio stop when you start another one in html5?

Good on a page with
asked by 28.11.2017 / 14:51
2
answers

How can I get a user variable from another php page without $ _SESSION?

I have two php pages in one I have a form and I want to take the email variable from the other page. Like I do without using $ _SESSION. I want to do this because from the server it does not work for me to use $ _SESSION or start_session () &l...
asked by 14.11.2017 / 22:48
0
answers

HTML to ASP.net - Problems with CSS styles

I would like to be taken out of a problem ... I have some CCS3 styles that I am applying to an HTML page, until there, the problem is that I want to migrate this work to asp.net and when applying the previous styles to an asp.net page do not wor...
asked by 13.11.2017 / 19:29
0
answers

Problems with structure of Bootstraps with 100% funds

.left .bg-nacimiento { background: #00c4c4; right: 0; height: 204px; position: absolute; top: 0px; width: 100%; width: 52vw; z-index: -1; } .left .bg-guiness{ background: #00b1b1; right: 0;...
asked by 09.11.2017 / 15:29
0
answers

Copy a value from an input into many other input with the same ID Drag and drop

I need to copy the value of an input in the specific position where it is released. My problem is that all the input have the same id, so the value is only copied in the first input of the form to be dragged. Try listing the id where you drop th...
asked by 13.11.2017 / 00:10
1
answer

Save data from a form in an XML with php

How could I save data from a form to an XML? The structure of my XML is as follows: <assessmentItems> <assessmentItem complejidad="3" tema="micologia"> <itemBody> <p>Que Amanita es comestible...
asked by 05.11.2017 / 13:10
0
answers

SVG animation is checked in Chrome

I created an SVG animation that simulates turning a page in the book. And in Mozilla it's great, the Chrome and Opera browsers are the problem. Someone to help me optimize the animation to make it more fluid in Chrome? This is the code ( also...
asked by 04.11.2017 / 16:08