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...
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...
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...
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'...
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>...
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...
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:
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...