Questions tagged as 'script'

0
answers

Include one more condition to execute Script

$outracondicao = 'S'; $script = new TElement('script'); $script->type = 'text/javascript'; $script->add("$(document).ready(function(){ window.setTimeout(function(){ var results = new RegExp('[\?&]class=([^&#...
asked by 12.05.2018 / 04:41
0
answers

How to use smtp lib with values coming from a form?

I have two files the idea was to get the data from form.py and use it to send an email with smtplib follows the codes form.py: #!/usr/bin/python # cabecalho que informa o browser para renderizar como HTML print "Content-Type: text/html\n\n" #...
asked by 05.05.2018 / 03:26
0
answers

Problem in generating the plots in dynamic inputs

I'm trying to recreate the code below based on one I've analyzed, but it's not working. I think there is an error in the structure! I need some help. <script> function start() { var select_prog = document.getElementById("select_p...
asked by 24.04.2018 / 06:19
1
answer

How to put space before the SET / P variable in Batch? [closed]

I want to set the variable in the middle of the screen, but I can not put it! |____não_funciona____|set /p variável=um |____funciona____|%variável% Thanks in advance!     
asked by 25.04.2018 / 23:36
0
answers

How to execute a powershell function by calling the .ps1 file?

How well with you? I request an aid created a function that makes backups of virtual machines this function receives two parameters the name of the server and the name of the VM. I need to call function by executing the .ps1 file, I have alre...
asked by 12.04.2018 / 17:07
0
answers

Monitor newly loaded tags

My scenario is as follows, I have a menu (class="menu") where any link that is clicked on it is opened in a div (div id="content") the problem is that the links that open inside the content div even using the menu class in the links they do n...
asked by 23.03.2018 / 15:18
1
answer

Add variable expect

I would like to create a script shell that connects to the CISCO controller to insert the macAddres clients, using expect >, I actually need to create a script to automate the process. Variables mac_description, description con...
asked by 27.03.2018 / 02:41
0
answers

Create API for SMM

I would like to know if anyone can help me with a logic, I am developing a SMR SCRIPT system, Social Media Marketing, this panel aims to sell tanned, followers comments, views and etc. Well, the system is ready, it already sends data via api...
asked by 16.03.2018 / 15:15
0
answers

Script to pass an advertisement before the video

How do I for a private advertisement before a YouTube video and after spending 50% of the time for the video and passing another advertisement then continues the video. The advertisement would be a video of me that would go into the main plac...
asked by 28.02.2018 / 00:02
0
answers

Error checking variables

Good afternoon, I'm doing a job and I've come across a weird situation. I have a php page called register that is working properly. The person fills out the form in register.php, then it calls a script (validateRegistry.php) to check if every...
asked by 27.02.2018 / 20:25