Questions tagged as 'script'

0
answers

HTML to use script only in Internet Explorer

I need to use a script only in Internet Explorer and for this I use the following line of code: <script type="text/javascript"> if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) document.write('<script s...
asked by 05.11.2018 / 10:08
0
answers

How can I schedule the delivery of daily emails with Google forms?

A user of my organization asks me the following. Please request your collaboration advising me on how is the procedure to send a bulk email with Google form and that this is scheduled so that it is sent daily to them recipients at a specific...
asked by 25.10.2018 / 22:37
0
answers

getJavaScriptResult returns null

I am trying to log into a website and retrieve a page of a specific product. My Java code is as follows: String log = page.executeJavaScript( "document.getElementById(\"form_postalcode\").innerHTML = \"<select id='cl_pos...
asked by 23.10.2018 / 09:08
0
answers

ps1 working well in ISE and not in powershell console or in scheduled task

I'm getting a little crazy already. I have a ps1 script that works perfectly in powershell ISE but when I tell it to run directly with powershell or from a scheduled task it runs only once and closes (I have programmed to place the -noexit param...
asked by 17.10.2018 / 09:48
3
answers

Convert months into string to integers?

I have an output of one month: Agosto I want to convert it to whole: 08 In linux Bash, I have the following code ... But it does not work, since it gives me jumps of the line with each converted element: com2=$(cut -d/ -f2,2 tmp_date...
asked by 17.10.2018 / 18:59
0
answers

Query with SP to locate 100000 records from one table to another in postgres

I have a query, I have a problem where I have a table package and another bins, where package has 100000 (the structure is described below) in this table there is a field called wheitgh which has an int random value from 0 to a maximum of 100 an...
asked by 13.10.2018 / 08:48
0
answers

Why is validation not working? What would be the regular expression?

<input id="iniciarsesionnombre" placeholder="Usuario" pattern="/^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/" required type="text" class="validate white-text"> <script> $('#iniciarsesionnombr...
asked by 25.10.2018 / 02:03
1
answer

the linux command works well in the terminal, but not in the sequence of commands in several lines

a basic program to search for files by their extension and move them to a new location, for example: search for files by extension "mkv" and move them to the folder / x user@user$ find /home/example1 -type f -name '*.mkv' -exec [mv -f examp...
asked by 01.10.2018 / 23:44
0
answers

Script Capture SAP floating window text

I would like to ask for some help with capturing text from an SAP floating window. I'm working with SAP script and macro excel. at the end of the script, I tried to save it in a text variable, but it brings me the text of the header of the...
asked by 25.09.2018 / 23:06
0
answers

Printing is repeated in SAP Script

I am working with a macro, which prints the dispatch guides. He does it correctly, but when I'm going to print one followed by another, the first one is repeated. See in the image that I was repeated the branches Llanquihue and Osorno. I a...
asked by 24.09.2018 / 23:01