Questions tagged as 'html'

1
answer

Store variable within a While

I have a simple question but it's breaking my head: I have a form where there are several checkboxes, the value of the checkbox is an id number, I would like to create something that when the user selects a certain number of checks the system m...
asked by 13.01.2015 / 21:41
1
answer

Input by pasting the Radios

I'm building a form , where I have two radios inline and a input below. I just do not know why input is casting in radios , leaving form all misaligned. Here's the code: <section class="col col-3">...
asked by 04.11.2014 / 13:38
1
answer

Insert a YouTube video into a html page

I would like to embed a video on a webpage, but I can not. What is the problem contained in this code? <object width="425" height="344"> <param name="movie" value="https://www.youtube.com/watch?v=JBjjnqG0BP8"></param>...
asked by 04.11.2014 / 14:30
1
answer

How to execute a jquery UI effect without losing component positioning?

The idea is that the div is always centered on the page, even though it is performing the effect, and this behavior is not observed in Firefox , where the component appears vibrating on the left instead of vibrating where it is positioned (al...
asked by 03.11.2014 / 20:12
2
answers

Open Modal window if difference between dates is equal to X days

I'm not very knowledgeable with javascript and I'm not sure how How can I open a Modal window if the difference between two dates is equal to X days Exe. (If clicking on the field and date chosen has a difference of 1 day from the current d...
asked by 20.03.2015 / 13:32
1
answer

Rendering font on Mac leaves font "Regular" similar to "Bold"

I have a font rendering problem on the Mac. The font is of "Regular" size and renders right on windows, but on Mac the same font looks like "Bold". Windows is Seven and MAC is Yosemite. I'm using this code: @font-face { font-family: 'open_sa...
asked by 20.03.2015 / 15:09
1
answer

Html with jQuery load ()

I'm trying to use this function of Jquery but it is not working correctly because it does not show me anything. <script> $("#minha_div").load("Noticias.html"); </script> <div id="minha_div" width="550" height="400" style="pos...
asked by 18.03.2015 / 12:20
1
answer

How to get the 2 value of an index and show?

In my program I search the table data and add it to a array v_patr and then I add that array to var w_a : <html> <select multiple size="7" name="cb_Patr" style="width:300"> <?...
asked by 08.10.2014 / 18:49
3
answers

Save filename with html / php whitespace

I have the following button that goes to a file: <a href="download_file.php?file=ficheiro_xls/BD%20Fugas%20Gespost.xls">Download XLS</a> In the download_file.php file I have the following: <?php header("Content-Type: applic...
asked by 30.09.2014 / 15:41
1
answer

Doubt when picking up checkbox group repeated

I am making a registration form where I have all the days of the week to select <input type="checkbox" name="dias[]" value="Segunda"> Seg <input type="checkbox" name="dias[]" value="Terça"> Ter <input type="checkbox" name="dias[...
asked by 05.10.2014 / 02:45