Questions tagged as 'html'

1
answer

How to use a Java type getText (). toString () in HTML with JavaScript?

How do I get what is typed in an HTML text box using JavaScript, as does getText().toString() in Java?     
asked by 12.06.2016 / 22:48
2
answers

Doubts about vertical and tableless alignment

Wikipedia defines tableless as:   Tableless is a form of site development that does not use tables for content layout on the page suggested by the W3C, since it advocates that HTML codes should be used for the purpose they were created, and t...
asked by 10.06.2016 / 08:49
1
answer

Background transition with gradient

As far as I know, css does not support transition of backgrounds with gradient, but supports transition from "flat" colors, for example (background-color: #fff) How did this effect apply here, then? link I was able to reproduce the effect...
asked by 12.06.2016 / 08:01
2
answers

Detect stop () from Object Embed and return Alert ()

To all, once again, I ask for help. I'm using a firefox with MPlayer Plugin What I want is to send an alert to the end of a video played, ie if the video player is inactive (stopped) emit alert() or if it is active (running) the...
asked by 12.06.2016 / 22:02
2
answers

Assigning a value to the checkbox in javascript

I have a form that contains some checkbox that when they are marked I wanted to be assigned the value 1 to do the Insert on the server, I have already seen how to check if it is marked, using document.getElementByInput, but I assign the tag with...
asked by 06.06.2016 / 02:55
2
answers

Get a value stored in a .html link

The Site link returns a value and would like to know how to implement it, for example, every 5 minutes. Currently I'm doing with the following script <script> function loadTemp() { var xhttp = new XMLHttpRequest(); xhttp...
asked by 25.05.2016 / 08:36
2
answers

Pass database ids in css

Good afternoon. I want to change the css of a div whose id is equal to the id coming from a database. How can I do this? Can I use php in css? I want to pass the id where you have it? HTML <div class="div_grande">...
asked by 25.05.2016 / 14:14
1
answer

Vary Script within Div

I would like to embed a script quiz in the sidebar of my site, it is 3 quiz in fact and I did not want to put one below the other, I would like them to switch between them automatically every time the page loads, occupying the same block. It...
asked by 18.10.2016 / 19:53
3
answers

Empty string passed to getElementById ()

I'm using jQuery and I have the following code jQuery(document).ready(function($){ $(".checkParcelamento").click(function(){ var bandeira = $("#bandeiraCartao").val(); var numero_cartao = $("input[name='numero...
asked by 19.10.2016 / 04:40
1
answer

Problem uploading a .gif file when updating php page?

I have a problem in my code to load a gif when updating a page the gif until it appears more does not leave it running straight. Can anyone help me? Here's my javascript: <script> $(document).ready(function(){ $("#loa...
asked by 16.05.2016 / 15:55