Questions tagged as 'javascript'

1
answer

How to send Parameter to Web Services and get results in XML

$client = new SoapClient("http://www.webservicex.net/airport.asmx?WSDL"); $result = $client->GetAirportInformationByCountry(array('Country' => $Country)); $xml = $result->GetAirportInformationByCountryResult;...
asked by 23.03.2017 / 20:12
2
answers

How do I see a variable from another script?

I make it short. I have certain variables in script1 collected from html1 , and I want to see some from script2 when loading html2 . I tried using global variables, but I can not. I see them empty from script2 . I guess it's due to a ques...
asked by 17.01.2017 / 21:50
1
answer

Events javascript [closed]

Good morning, This is a row of my table, each of them has an onclick event. Pressing on the select calls that event something that it should not do. How can I do so that if you press on the select, open the select and if you press outside the...
asked by 17.01.2018 / 15:15
2
answers

Doubt with a multiple select [closed]

I'm consulting because I have a question, because they can help me with information (afterwards I fix it) ... I want to put in a form, a select, that as the user goes choosing items, they will be shown as "labels" in the header of the select ......
asked by 08.06.2017 / 13:26
1
answer

How to get windows environment variables with javascript [closed]

How could you get certain windows environment variables from the client side, such as the login user with javascript (without any framwork)? other than with activexobject     
asked by 04.05.2018 / 10:26
2
answers

Is it correct to make a webpage without Javascript? [closed]

I am creating a web page, the first, and I am trying to avoid JavaScript. But I do not know to what extent that is good for the page itself. Parts that could have been made with java I have managed, with the help of tutorials to do it with CSS,...
asked by 25.09.2018 / 09:18
2
answers

create random buttons

I need to create 3 buttons in javascript in such a way that when the page is reloaded, each button is assigned a number from 1 to 3 so that later those buttons call another function. I do not hear anything. Just make a button randomly have a num...
asked by 09.12.2017 / 00:20
2
answers

Print a message from an input [closed]

My goal is to make a code with javascript in which when entering a number in a field, it shows me a message with the student's grade. The code is as follows: function calcular() { var 1 = 100; var 2 = 90; var 3 = 80; var 4...
asked by 25.07.2017 / 20:31
1
answer

Sort an array of objects taking into account the order of the values of another array

The problem is this: I have a array of objects, which have properties id and orden (both integers). This array I must order it taking into account the property orden , depending on the order of the values tha...
asked by 12.04.2018 / 15:44
1
answer

How to apply glow to a div?

If you set this text it has a glow, how can I apply that same glow in css ? to a div? Without shadow box For example, classic css methods, which are box-shadow and text-shadow , are always applied to a di...
asked by 12.09.2017 / 02:30