Questions tagged as 'html'

2
answers

JavaScript message is not appearing in the input

Good morning. I want to cause the result of the cpf variable to be displayed in the input 'receive'. practicando.php <head> <meta charset="UTF-8"/> <script type="text/javascript" src="pratica.js"></script> &l...
asked by 11.09.2017 / 14:40
0
answers

PHP Result of GuzzleHttp Request for html table [closed]

I need to export the result of a GuzzleHttp request to the html table. I'm having trouble turning the output "$ res" into the correct format. What function should I use to transform "$ res" into the correct output? Thanks in advance. Request:...
asked by 23.10.2017 / 15:46
1
answer

superimpose text in the background

How do I put half the text on top of the blue background? .event_background { background: #bdecef; } .flexbox_grid { display: flex; } .flexbox_event_image { width: 70.0%; margin: 1%; } .flexbox_event_description { width...
asked by 24.10.2017 / 02:44
0
answers

Azure Error: I can not load view from the controller! [closed]

I have a PHP-based newsstore system (MVC) in which each url triggers a controller that calls a view. However in azure the corresponding view is not called while in xampp / apache the system works perfectly. How do I configure access to the...
asked by 27.09.2017 / 02:23
0
answers

Login screen just like Gmail

I've been watching the login screen of Gmail has the imput field and text that looks like placeholder, but when the mouse cursor Being from the field, this text goes up and stands as a label, does anyone know how to do it?     
asked by 27.09.2017 / 03:21
0
answers

How to edit data from a table in a modal bootstrap?

How to load a modal bootstrap through a link within a < td > tag and send together the Code , Name and Date > example: jquery: $(document).on("click", "#lnkEditar", function () { $('#cadModal').modal('show'); });...
asked by 27.09.2017 / 02:10
0
answers

Image mapping

I've been mapping an image with the tag map and it's not working. Is the code right? <div class="botao_comprar"> <? if($_SERVER['REQUEST_URI'] == '/textos/como_funciona/5/' or $_SERVER['REQUEST_URI'] == '/leilao/Curso-Profission...
asked by 26.09.2017 / 06:26
2
answers

Convert power

I have a function format(input) that transforms the code quotation of a numeric expression, to be in a more readable form for the user with unicode characters. e.g. "3 * 2 + 1 - 5 / 2pi" -> "3 × 2 + 1 - 5 ÷ 2π" However, w...
asked by 27.09.2017 / 04:09
1
answer

How to change the background color of a DIV with Class and Id defnidos?

I'm having a problem with my Javascript code, I can not change the background of a div, so I set it in CSS with a class and its color is white. function escolha(id){ if(document.getElementById(id).style.backgroundColor=="#FFFFFF"){ do...
asked by 26.09.2017 / 07:32
1
answer

Auto play in iframe video

I'm trying to add autoplay to this Iframe but I can not, does the server not support this feature? <iframe width="640" height="360" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="https://player.r7.com/video/i/59ce6d36...
asked by 29.09.2017 / 20:21