Questions tagged as 'script'

0
answers

How to do the tour In the next few times always be closed

Since when you first load the information box where the Tour start button is displayed opens just after loading the page, it will always be closed in the next few times     
asked by 19.07.2016 / 20:11
2
answers

Auto Click mouse on a content within a div?

I would like to know if it is possible to do a div with auto click. This is how the page loads and when someone clicks anywhere on the page the mouse clicks on the content inside the div. In case I put an iframe from an external page. but...
asked by 29.05.2015 / 22:04
1
answer

Is it possible to create css class at runtime? But with caveat!

I have a question that can be of help to many, the question is that in a form html we make much use of style class (css) to make life easier, it happens that being creating classes for some situations gets boring and many Sometimes we repeat the...
asked by 08.06.2016 / 16:01
1
answer

How can Google not index this script?

Hello I started using a script on my wordpress website to display ads from an ad network, the problem is that when I went to the webmaster tools I noticed that the script is causing google not to index my pages. > I've been looking for it a...
asked by 31.03.2016 / 12:16
1
answer

AWS script to delete snapshot greater than 7 days

I need to make a script to delete my snapshots in my AWS greater than 7 days. To make the creation use this script, I hope it helps. AWS ec2 create-image --no-reboot --instance-id i-131e8e06 --name "SITELINK-BKP-DIARIO-%date:~7,2%-%d...
asked by 09.12.2015 / 13:04
1
answer

Argument Error in Unity Photon

I was developing an online project and I quoted the following function - PhotonNetwork.CreateRoom , and the following error occurred:    Assets / Scripts / Sindico.cs (53,31): error CS1501: No overload for method CreateRoom take...
asked by 12.10.2015 / 08:03
0
answers

Log into VBScript

I need to create a log to see who used my script, and this log has to go to a txt. Here is the procedure, how do I create this log that contains the user and the date On Error Resume Next Dim errorLevel Set WSHShell = CreateObject("WScrip...
asked by 01.09.2015 / 20:50
0
answers

Simple php email script correct but does not send, is the server?

Good morning friends, I have the following script but it is not sending the email, is the server? link HTML: <html> <head> <script language="javascript" type="text/javascript"> function checa_formulario(email){ if...
asked by 13.08.2015 / 16:05
0
answers

Show number of checked checkboxes taking into account records already existing in the database

Hello, I have a script that does an update to the database every time I mark the checkbox without the client seeing; <script> $(document).ready(function() { $('.check').click( function () {...
asked by 06.08.2015 / 22:24