Well, I'm doing a game in javascript where I have 100 buttons and I need the value of the button that the user clicked to be searched to validate whether the user hit or not,
function minhaFuncao(id){
var alor = documenr.getElementById(id).valu...
I have my navbar with a search button that calls a slideToogle () and displays a form with an input text inside below my navbar.
I want my form to be hidden when I lose focus or the search button is clicked again.
So my problem is this, wh...
I have an activity that has an empty LinearLayout that serves only to 'host' the fragment. This LinearLayout (called layoutFund) is the FragmentTransaction argument to where one of several fragments created separately is 'hosted'. This happens...
At the top of my page is the cookie:
<?php setcookie("agenda","2016");?>
At the bottom of the page, without using form, I have the following button:
<button class="button button1" onclick="location.href='escolha_sala....
How do I make the first function to be called within the first click of the button, by the event ondblclick(); and the second function in the second click of the same button.
I imagine invoking the function of the first click on the b...
In case I need to call a method of another class to perform an insertion in the database and I have to pass an object of type Usuario as a parameter
Code:
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedI...
I'm having trouble executing javascript within the "echo" of PHP, I made some changes and the problem persists.
Here is the code I'm using:
echo "<a href='excluir.php?id_edital=" . $pegar['id_edital'] . "; onClick='return confirm('Desej...