Questions tagged as 'script'

1
answer

Which of these two forms is the best way to access the .css and .js files?

Currently I have an application where I access different .js and .css files and I do it in the following way: <link href='vista/assets/style/index.css' rel='stylesheet' type='text/css'> That form is the most standard I know and what i...
asked by 22.07.2017 / 21:41
0
answers

LONG ROUTES PathTooLongException POWERSHELL

I have a small problem with a script, I want to send an HTML report to the support group of my company through powershell ... The truth about the case well the script is simple. Until I've touched on this. I really do not know what t...
asked by 04.01.2019 / 14:56
0
answers

Kibana: I want to extract a string from a URL

I'm working with kibana, I made a bar graph, but on the x-axis the records are url's What I did for this was add the following script: { "script": "( _value.indexOf('/') > 0 ? _value.substring(_value.lastIndexOf('/')) : _va...
asked by 20.12.2018 / 05:55
1
answer

automate a task with autoit

I am new using autoit, but I need to automate a task with this program. I need to analyze a formula that is already in a cell in excel and if that formula has a g replace it with an h this is the formula. =CONTAR.SI.CONJUNTO('Sct Desarro...
asked by 21.12.2018 / 20:41
0
answers

60 Plates in an html, now they demand 60 html How do I do it?

I find this doubt, I'm doing 60 email signatures, and when delivering them for obvious convenience use angularjs with your event repeat, for which the lists of people turned them into a json, in a single file where only I will have to copy, but...
asked by 14.12.2018 / 17:23
1
answer

Vertical ladder in 2D game

Let's see I'm designing a 2D game with unity, but I'm looking for a solution to make a method in my main character's script where when entering a collider2D (with a Trigger2D) placed in his vertical stair sprite, he can activate your climb anima...
asked by 02.12.2018 / 16:28
0
answers

Object does not support this action 'win = new Window (name, parameters)' only in IE11

This excitement jumps me when trying to open a popup, before it worked, it has been when updating the version of prototype.js and scriptaculo.us. In Chrome, Firefox works perfectly, but in IE11 it does not. Thanks in advance function com_doWin...
asked by 04.12.2018 / 13:39
0
answers

rumtime error: Epoly operation on non-editable Poly: mesh

I have the following error in this MAXSCRIPT 3DMAX script SCRIPT OF THE 3DMAX PROGRAM [![ERROR MAXSCRIPT][1]][1] ------------------------------------------------------------------------- --Detaches all polygons of s...
asked by 28.11.2018 / 14:38
0
answers

Open the site to the public for free in PHP?

I work on a streaming video platform with the CMS called VideoFlix, I'm new to PHP and I hope to have your support to open the site to the general public. The system works very similar to Netflix, you register, you pay through Paypal and you...
asked by 19.11.2018 / 02:22
1
answer

Insert HTML element inside the first child of another element. JQuery

I want in the following code, to move the element .buscarusuarios within the first TD son of the TR classe fltrow, once the sun starts. I'm a little lost with the CSS3 selectors <form class="buscarusuarios"> <input class="form-control...
asked by 10.11.2018 / 11:38