Questions tagged as 'javascript'

1
answer

Uncheck other checkboxes when selecting one

Hello, I have three checkboxes in my form and would like me to select one the other two were unmarked. I tried to use some examples I found here but it did not work as expected. Here is the HTML code and Script I tried to use. Thanks to anyone w...
asked by 10.08.2016 / 20:59
0
answers

File recording from stream-webcam

I have a question regarding my stream code with getusermedia. I want to send to my Node.js server a recording of my webcam. My form receives a video that I can upload, but it would have a second function - record a webcam video and send it...
asked by 21.09.2016 / 21:26
1
answer

Change view by controller (Ng-Click)

I'm using ng-route to develop a single page application with angularjs + laravel. I'm having a problem with the swap view with ng-click and controller. I have a button in a view, and I would like it to be clicked by redirecting it to another vie...
asked by 30.08.2016 / 02:55
0
answers

ERR_SSL_PROTOCOL_ERROR - Socket.io and Node.js

I'm running a Node.js server using Socket.io to manage connections via Socket, however, I'm having a problem with SSL certificates. Most users can access the Node.js server normally, but others can not and do not get the following error:...
asked by 29.08.2016 / 20:48
1
answer

Array repeats simultaneously in json

I am trying to make a calendar where I will get the information in a rest request in angularjs. What I want to create is a calendar where you can register your events. With the json date attribute it inserts this event and registers an icon on t...
asked by 28.10.2016 / 17:20
1
answer

Implement Loader while loading page

I would like to better understand a feature commonly used in web systems where you access a page it displays a loader while content is not ready. How to implement this in a PHP system that does some delivery procedures for the front end that...
asked by 27.10.2016 / 16:06
1
answer

set scrollbar position in an iframe

I have a page with a #iframe, and when the page loads, I need the iframe scroll to slide horizontally to the right. I tried several ways but so far nothing. jQuery("#iframe").contents().find("html,body").animate({scrollLeft:100}, 1000);...
asked by 13.10.2016 / 22:08
4
answers

Request with ajax [closed]

On my system I have an e-mail module I send it through ajax. sending to approximately 300 people on the same request. The uolhost server supports sending 150 / hour so when I send 150 I give the php sleep command (1hour) and the ajax keeps wa...
asked by 13.10.2016 / 15:15
1
answer

Java basic script

I would like to do a check in my code, an "if else", that when I do not put anything to calculate and click the button, it gives an alert warning that it has nothing in the value fields. I did not get the logic very well, could anyone help me...
asked by 04.10.2016 / 15:36
0
answers

aps.net does not call javascript in code behind

I would like to call my code a function in javascript that is in my html. Below is my code HTML <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="webReport0800net.login" %> <!DOCTYPE html PUBLIC...
asked by 04.10.2016 / 15:30