0
votes
0answers
7 views

Google Script onBlur Event Trigger for auto-submission on a Form

I am trying to write a script for my GoogleForms that would set all the questions from being required to not required and then auto-submit the form. I am trying to play around with the onBlur ...
1
vote
2answers
69 views

what is the difference between interpreter and safe interpreter?

Can anyone please explain me what exactly an interpreter . Then what is meant by safe interpreter ? I am new to TCL I am always confused about these words.
-1
votes
0answers
69 views

Strange error in javascript method

I am facing a strange problem in javascript. I don't know what is wrong with this. I have following code. function deleteItem(){ var selectedCheckBox = new Array(); ...
0
votes
1answer
41 views

Cross Site Scripting Issue

I want to prevent a XSS with our code, the problem is it might require both JS as well as html escaping and might be a little tricky. The following sample code is similar to our code <script> ...
-1
votes
3answers
52 views

Type error is null

I am using below code to get list of selected checkboxes. deleteItem method is called onclick of a button. function deleteItem(){ if (confirm("Are you sure you want to delete?")){ ...
0
votes
2answers
40 views

Get id of checked check boxes in a list on click of a button

I have a checkbox in each row. I have a button which deletes all the rows in which the check boxes are checked. For that, I have to get id of the rows where the checkbox is checked.I have written the ...
0
votes
1answer
64 views

How to make checkbox unchecked on load

I am using a jqgrid. T want to add a checkbox to header so that on selecting that header checkbox all the checkboxes in every row has to be selected. How to add that header checkbox? Also I have ...
0
votes
1answer
30 views

Using Java Scripting API to create game content

So, I'll be using the Java Scripting API with JavaScript to do all the scripting for the game. Now, I've read over the documentation I can't seem to figure out how I could do a one time run of some of ...
0
votes
0answers
41 views

Is there a temporary workaround for Google Docs “Script invoked too many times per second for this Google user account.” Error

Background: Some friends and I have been using Google Docs spreadsheets to do some data analysis and simulations as a fun way to learn some basic Javascripting. It quickly got quite complex and out of ...
0
votes
2answers
46 views

Using the Java Scripting API w/ JavaScript and/or Lua

So, I just realized that Java has a built in API system that works with JavaScript and apparently other scripting languages that are JSR-223 compliant. Now, I'm designing a game engine and I'm ...
0
votes
1answer
30 views

Access to website data from chrome extension

I have an extension, and i want it do followings: when user double clik and select a word, detect word Do somthings on word, and show result on small interactive page like tooltip I looking for ...
0
votes
1answer
36 views

How to impersonate JS enabled browser?

I need to download a webpage using script (PHP, Python, Bash) and not using GUI browser. The problem is the web page checks up front is it deals with JS enabled browser. So all I got using naive ...
-1
votes
2answers
37 views

How to expand all comments on CNN articles? [closed]

This problem can be addressed to all CNN articles, in example http://edition.cnn.com/2013/08/08/health/gupta-changed-mind-marijuana/index.html I'd like to show, open or expand all the comments, ...
0
votes
2answers
64 views

Implimenting JQuery Scrollbox - amending the function - not sure how to do it

I'm working with a blog and I wanted to place a JQuery scroll bar into my div box for the main content area. I'm kind of new to JS but I think I missed something. The devs provided a script but I ...
0
votes
1answer
20 views

Is there a possibility to add JavaScript interactive to Visual Studio 2012

I've tried to find the answer, but didn't manage, I'll be glad if you point me to duplicate if it exists. So the question is - is there a possibility to add JavaScript Interactive window to Visual ...

15 30 50 per page