Questions tagged as 'html5'

1
answer

Showing scroll bar alone with textarea element

Follow JSFiddle: link You are showing horizontal scroll bar in textarea. Here is the image: Any solution?     
asked by 01.11.2017 / 15:13
1
answer

Field to Per Legend File URL in Player

I'm working on a WebPlayer and I need to create a field where User can insert the URL of its caption, / em> of TRACK tag ... I think of input but I do not know how to proceed in JS ... I need an INPUT where you put...
asked by 04.12.2017 / 22:50
2
answers

Validate Password fields

I have a single page in HTML , using the bootstrap templatemo in which it has a registration form and it has two fields one to type and another to validate (if it is the same). I've tried jQuery , HTML5 (with the data-toogle tags), JS...
asked by 04.12.2017 / 19:50
1
answer

Table in html with excel classes

<!DOCTYPE html> <html> <head> </head> <body> <table> <tr> <th>Company</th> <th>Contact</th> <th>Country</th> </tr> <tr>...
asked by 01.12.2017 / 12:30
1
answer

Help with deleting log

I have my exclude employee but give these errors: "Undefined index: id in C: \ wamp \ www \ SitePHP \ base \ deleteFuntionary.php on line 6" "PDO :: exec () expects parameter 1 to be string, object given in C: \ wamp \ www \ SitePHP \ b...
asked by 21.11.2017 / 14:35
1
answer

Ajax By Form Data = Indefinite Variable

This is my form <form action='emails.php' method='post' > <input type='submit' value='Enviar para Email Selecionados' class='selecionados'/> </form> <div class='divtop' style='display:none; '> <form method='post'...
asked by 19.11.2017 / 22:45
1
answer

Problems with drop down

I'm using an unordered list to do a drop down, I've inherited all CSS characteristics and called the corresponding functions but my drop down is not displayed (even the console does not point to errors) follows the code. <!DOCTYPE html>...
asked by 10.11.2017 / 02:48
2
answers

Input is not appearing checked

I have input of which according to the user's data in its session it is marked or not. The problem is that even input has property checked="checked" , it is not marked. Code of input along with div of...
asked by 30.11.2017 / 20:29
1
answer

Div in body size

I have a div that is in my page footer, similar to a footer, the problem is that this div is inside other divs, I wanted it to be the exact size of my body, css. Example:     
asked by 23.10.2017 / 16:00
1
answer

Auto redirection

I need something to listen to the url, that is, if the url: link for access I want to redirect to another url. The problem is that the url is dynamically generated so http://localhost:15000/api/ReturnPayment/retornoPayPal?id=" + params...
asked by 19.10.2017 / 20:30