Questions tagged as 'html'

1
answer

PHP - Send to another client id page when clicking on a cell

I have a list of clients each in a cell. I want, when I click on the cell, to send to another page the id of the selected client, in a secure way. Without displaying the id in the link. Generating the tables: $marcador = '<img...
asked by 20.06.2015 / 15:59
1
answer

Create a dynamic value in checkbox using ajax

I have a ajax code link and I need the values that appear to be dynamic, eg: In the link that I put has 3 inputs and in js I created it for only 1, if I put it to all it would send normally checkbox:$($("#checkbox input")[0]).prop("ch...
asked by 19.06.2015 / 23:39
1
answer

Submit form after user action

I have a form, and a list of actions that the user can choose, depending on the action that was chosen, the user should confirm the submission, leave a message or simply send the form. I have almost everything ready, what I can not get is whe...
asked by 12.09.2015 / 07:22
3
answers

Vertical side menu to the bottom of the page

I need to leave a side menu from the beginning to the end of the page, no matter how many items the menu has, for example, if I have a menu with 3 items the background color of the side menu ends when the menus are finished, I need to go to the...
asked by 15.09.2015 / 16:18
1
answer

Is it necessary to use the ul and li tags in flexslider?

I'm wondering if you can change ul and li for div? Because I find it more complicated to mess with ul and li than with divs !!     
asked by 13.09.2015 / 00:00
2
answers

How to fix a footer in the bottom even with a lot of content

I'm trying to add content dynamically to a page, but when I add a lot of content the footer gets fixed at the initial screen height, and the text is over the top. I need it to go down dynamically when content is added, but it is the same size if...
asked by 30.06.2015 / 20:39
1
answer

Sequence of videos in mp4

Hello everyone, I would like this code to be sequenced after a 1 video automatically go to the second someone can help me <!DOCTYPE html> <html> <head> <style type="text/css"> .MenuBox { -moz-border-radius:30px;...
asked by 17.06.2015 / 21:31
2
answers

tooltip always present

I have the following code: link What I'm trying to do is the message that always appears, that is, you do not have to hover over the message to appear, it's always there. Is it possible to do this? I'm using this toolkit: link     
asked by 18.06.2015 / 13:07
1
answer

Edit body email php with html

I needed to edit the body of an email (after completing the form, an email is sent). But I'm not able to integrate my HTML code with PHP. I will send a printscreen of what is happening. WhatIwantedwassomethinglikethis- link CODE: <?p...
asked by 16.06.2015 / 14:01
1
answer

Convert JSoup doc to string, apply Regex, and return a value in String

I'm using an example I found called AndroidJsoup to get the source HTML of a certain page, but I'm not getting just the code snippet I want that is in a certain% In short, AndroidJsoup should run, taking <script> , appl...
asked by 17.06.2015 / 02:13