Questions tagged as 'javascript'

1
answer

WebSocket with PHP using IIS 8.0 server

Good morning. Next, I downloaded the following project as an example to create a WebSocket: link Testing on a machine with Linux operating system and Apache server worked correctly on the part where the server was started with the com...
asked by 03.09.2015 / 14:32
0
answers

Discover action by clicking the Certificate to make a call by curl

On the link site, after choosing the Contributor radio, I need to know which action is made to make the same call by PHP via curl. I looked at the javascript but could not identify. How can I make the same call via curl in PHP? Thank...
asked by 20.08.2015 / 19:05
0
answers

My modal closes, but does not populate caller form fields

I've posted some questions here about ASP and js . I got a lot of help from colleague TobyMosque and also from Maicon. Well, with the help of both of them and the code that Toby gave me, I was able to evolve a lot here in replacing...
asked by 20.08.2015 / 21:40
1
answer

Problem with function return

Well, I have a json code that looks for logged-in user information, and later, I have another code that looks for all the sectors registered in the system. The function normally returns the information, but when return the desired value in the f...
asked by 26.07.2015 / 20:42
1
answer

How to allow the choice of a theme in the site, through a css file and cache memory?

Alright? So I'm trying to create a system of individual theme choice on my site, and with that, I need to have it saved when the user chooses it, and all pages in the site load the css file containing the theme (yellow.css, blue.css), and whenev...
asked by 27.07.2015 / 01:33
0
answers

Sp Services does not work, does not display anything

I created the following SP Services code but it does not display anything on the SharePoint page screen, the code is: < style > /*---- CROSS BROWSER DROPDOWN MENU ----*/ ul# nav { margin: 0 0 0 200px; } ul.drop a {...
asked by 28.07.2015 / 18:11
0
answers

Open Dropdown according to another loop Dropdown

This script does the following: when we click on the first dropdown it opens a second dropdown. Ok, so far it works perfectly. But my problem is that when I put it inside a loop it stops working. So each line wanted me to repeat this scrip...
asked by 25.08.2015 / 21:31
1
answer

Hide the text of a select

I have a select with a small image and a text in each option. I want to hide the text when I open the select and when I select the option selected appears. Something like this: document.getElementById('select_lng').onchange = function() {...
asked by 17.07.2015 / 18:22
0
answers

Making MySQL UPDATE in database DB according to MySQL SELECT in DB2 database

I need to do UPDATE in an (office) field of a database (investor) database (b2c) on my site. However, this UPDATE will depend on a SELECT query that is made in another database from another site (both sites belong to the same company). The two b...
asked by 26.08.2015 / 20:47
2
answers

Floating chat on page

Basically, I would like a floating chat on the page like this: The chatbox code is: <script style="width: 170px;height: 276px;" src="//st.chatango.com/js/gz/emb.js" async="" data-cfasync="false" id="cid0020000093941551878">{"handle":"...
asked by 26.08.2015 / 14:49