Questions tagged as 'html'

1
answer

Add "Input List" in Java Script

I have some difficulties with JavaScript. I want to add some fields from my "Input List" and multiply others by clicking on a "Calculate Button", thus informing a value in an "Input Text". Nothing else I do has worked, please if anyone can help...
asked by 08.07.2015 / 08:11
1
answer

Inherit element text

Without using JS I need a simple example of how to use variables in HTML5 elements to present their content. In hover action, the pointed element should be highlighted and pass the text to element with property "inherits" <p id="herda"&g...
asked by 05.06.2015 / 16:47
1
answer

Centering is not working on ipad

I'm developing an android app, but I'm programming in eclipse on windows using HTML , JavaScript , CSS and JQuery To test application development I was using an extension for google chrome and sometimes also used the Chrome DevTools Ov...
asked by 04.06.2015 / 18:43
1
answer

Can you save and load text file in an iframe or openWYSIWYG?

I really liked the code to save and load text in textarea of a post here. However I would like to know if you have any similar code to do the same function with iframe instead of textarea or that works correctly in the openW...
asked by 10.10.2015 / 03:18
1
answer

Sliding divs for content

Someone could help me with boxing with sliding content and by clicking on the arrows the Div is pushed and thus showing the other box as in the example of the image below the globe. I already did with java script but I do not go as I wante...
asked by 09.10.2015 / 19:19
1
answer

Store data in a form

I would like to know how to store data in a form, it will have a presentation in the course and I would like people who access my page to leave a comment about what they found ... I wondered if this is possible only with JavaScript, the comments...
asked by 14.09.2015 / 18:28
1
answer

Staying hover style when opening a Dropdown submenu

I need the color of hover to remain when opening the submenu. My submenu works, I just want it to be marked the menu it's linked to. Here is the sample code: HTML: <ul> <li><a href="#">Link 1 &raquo;</a&...
asked by 18.09.2015 / 00:34
3
answers

How to feed an input with a get variable in php

Hello everyone, I hope so, I have a relatively simple question, what I am wanting is to use a file to do insert and also change in php referring to the insertion is traquilo, well what I would like would be to assign the values that I pass via...
asked by 20.05.2015 / 06:59
1
answer

Problems with SELECT option with PDO

Friends re-edited the PDO connection below: <?php $conn = new PDO( 'mysql:host=localhost;dbname=pbfjacar_site' , 'pbfjacar_murilo' , 'smc100164' ); $stmt = $conn-> prepare('SELECT font FROM fontes'); $stmt-> execute(); $result = $stmt...
asked by 10.05.2015 / 03:17
1
answer

How to print background colors in HTML with CSS

<body> <div id="div0"> I love ... </div> <div id="div1"> Teste </div> <table id="table" border="1" align="center"> <tr> <td> Coluna 1 </td> <td&...
asked by 11.05.2015 / 03:24