Questions tagged as 'script'

0
answers

Why is my modal window below the footer?

I have my web design with Masterpage which contains the menu and the footer . In the Index view, I have my Modal window, which when clicked appears below the Footer, this is the html of my Masterpage: <html xmlns="http://www....
asked by 11.04.2018 / 11:11
1
answer

Reload browser html content in vba

I have a code in vba that opens a page of ie. I get the html and then I pulse a bonton that is in a popup. That button adds new code to the html of the page, so when added later, I can not access to press another popup button. I need to reload t...
asked by 09.04.2018 / 18:03
0
answers

Run a PowerShell script with multiple parameters

I have a script that I need to run on the server from the client, which I do using Invoke-Expression to execute a WMIC command. em> and create a process " cmd / c ". On the server I have the script and one of its parameters receives...
asked by 01.04.2018 / 18:28
1
answer

List of Levels in Unity with C #

In the project where I work (with Unity 2017.3) I must use a single scene for all levels of the game. Each level has its class with its particular implementation, but they all inherit from the Level.cs class. What I need is to store the levels i...
asked by 03.04.2018 / 20:07
1
answer

How to get extra hours in Jquery

I have an html with Jquery but I want to get the extra hours with the following code, in my html I have 4 input type="time": for the entry ( ✓ ). for the output ( ✓ ). gets the hours worked ( ✓ ). the extra hours, which would be obtain...
asked by 30.03.2018 / 08:02
0
answers

Problem with sentences in scriptcase

I have a problem. I have a grid with a list of requests, those requests can be in 3 states (Accepted, Rejected, Waiting). I also have 3 user groups (Administrator, Employee, Supervisor). Well, my problem is that I want the "technical" user that...
asked by 23.02.2018 / 08:52
0
answers

Python scripts in arcgis

I would like to know if there is a script in python that, instead of getting into layers properties, I can do it with the script and just add the variable (number)     
asked by 09.02.2018 / 02:14
0
answers

create users in openldap from an SCV

Good morning everyone! I'm starting in the world of ubuntu and also Ldap and I have a problem because I want to make a script that allows me to create users through an SCV file which has three fields (name, surname and email). Once the user is l...
asked by 03.12.2017 / 02:00
0
answers

Script disk quota

I have a script that gives new users a folder when they log in for the first time: @echo off IF exist %USERPROFILE%\Desktop\%USERNAME% (echo %USERNAME% exists) ELSE (mkdir %USERPROFILE%\Desktop\%USERNAME% && echo %USERNAM...
asked by 17.11.2017 / 09:59
0
answers

Merge 2 scripts: give error "Notice: Trying to get property of non-object"

Hello days ago that I turn to a script and I do not get it. I'm trying to merge 2 scripts; One, is for a record with image upload (saves it in a folder associated with an id with mkdir) The other script is to treat the image with a class (...
asked by 27.09.2017 / 20:01