Questions tagged as 'html'

1
answer

PHP + HTML Unexpected result with $ _GET

You are not getting the value false, and displaying the else block. It was passed by the url and only executes the if block of true value. Someone gives me a help, thanks in advance. Here is the code below: <!DOCTYPE html> <!-- To cha...
asked by 05.03.2015 / 20:31
1
answer

How to put border-radius on an iframe maps?

I have an iframe with the google map I wanted to put a border-radius to get rounded corners I tried border-radius but did not give any suggestions how can I do this?     
asked by 27.02.2015 / 23:27
2
answers

Change the innerHTML of a tag

I have a small problem, when I change a property of any tag using Javascript the browser says:    Uncaught TypeError: Can not set property 'src' of null But I tested it in JSFiddle and it worked correctly with the same parameters! C...
asked by 21.01.2015 / 19:21
1
answer

Strong element returning empty - Htmlagilitypack

I'm trying to get content from a strong text from the underwater site. When I open the site with browser I can see in the code the content however, using HtmlAgilityPack the content returns empty. Example: HtmlNodeCollection produtos...
asked by 24.11.2014 / 13:49
1
answer

Use selectpicker in jQuery

I have this code of selectpicker (bootstrap) <select name="nivel_p" class="selectpicker"> <option>menor que 6</option> <option>7-15</option> <option>16-40</option> <option>maior q...
asked by 24.11.2014 / 23:52
1
answer

Domain redirection

Is there any way to redirect the domain to a folder in public_html instead of adding a index.html file with automatic redirection?     
asked by 21.11.2014 / 12:18
2
answers

How to play a block on top of the other block?

I would like to create a div , containing a block of text and an image, and the image needs to cover the text, by moving the mouse in the image, it will become semi transparent, thus showing the text under it Something like <div>...
asked by 21.11.2014 / 12:54
1
answer

Validating text field that is dynamic

I have the following JavaScript function: //texto grifado cria mais campos valor e numero de parcelas function duplicarCampos(){ if (total >=4) { alert('Número maximo é de apenas 5 campos '); return false; }else {...
asked by 11.11.2014 / 16:32
1
answer

how to set up a very extensive table

How do I show a form registration by x in the table? the table is very extensive how do I show it as a form vertically rather than horizontally? <CENTER><FONT COLOR=BLUE SIZE=6>TABELA</FONT></CENTER> <tabl...
asked by 10.02.2015 / 01:52
1
answer

Pass variable to modal

I have a modal that opens at the end of an action (Example: Disable User). I'm building the modal and wanted it to get the text present in an ajax variable. Verify code: $.ajax({ url: "desativarUsuario.php", type: 'post',...
asked by 10.11.2014 / 11:33