Questions tagged as 'javascript'

1
answer

Critical for when to do Deploy [closed]

In the case of a .NET webforms application being deployed, is there any way to warn the user that the system is being updated?     
asked by 27.02.2018 / 13:25
0
answers

Send JSON post method JavaScript

I have a Restful API written in Java, which has implemented GET and POST methods, tested the methods with the Postman application and are working. Follow the Filter class @Override public void doFilter(ServletRequest request, ServletRespons...
asked by 27.02.2018 / 13:15
1
answer

Update input with data coming from an iframe automatically

I have the following code: mudarfoto.php <div class="box-body"> <center><h4 style="padding:5%">Vamos trocar a imagem da seção projetos?</h4></center> <?php $hostdb = "***"; $user...
asked by 26.02.2018 / 15:10
1
answer

Move sprite to the position of the mouse with Phaser

I need to move a sprite to the mouse position, I used the game.physics.arcade.moveToPointer() function, but only works with sprites that have the body of type Phaser.Physics.Arcade . How do I use this function using a body...
asked by 27.02.2018 / 06:19
1
answer

Help - Upload Specific PHP

Galera, I needed a huge help, actually a way to try to do what I want. The problem is the one I have no idea how to do: I have a system that generate tickets with the following name: 020 112.pdf 020 113.pdf 021 163.pdf 021 164.pdf 021 seri...
asked by 26.02.2018 / 23:11
1
answer

create button to cancel fullscreen function

I want to create a button to cancel a fullscreen function / event without toogle function just click the button and close the full screen mode. Can anyone help me?     
asked by 16.01.2018 / 04:13
1
answer

Button does not open modal JS

When you click on one of the buttons on the page a modal with a form should open. But each button must contain a different form. I used the following code: <script type="text/JavaScript"> // teste para ocultar menu var ocultar = document...
asked by 15.01.2018 / 20:36
2
answers

Div captures the size of another

Good morning, I have an html and every now and then I need to insert an image that is a "}" to determine that in a song it will repeat that part. As my text adapts to the size of the screen, when it moves it changes size and the image is fixe...
asked by 16.01.2018 / 12:20
0
answers

How to zero the functions of an onclick event?

I have a modal page with the buttons close and minimize. The minimize button has a onclick function to change its background between maximize and minimize and another tooglefulscreen to exit and enter fullscreen mode. Close b...
asked by 16.01.2018 / 06:16
1
answer

Dates - Javascript

Hello! I am not able to compare the dates of a user input with today's date. To be able to return an alert to the user. I did another example and it worked, but that was not it. Can anyone see the error (s)? <script type="text/javascrip...
asked by 23.01.2018 / 23:38