JavaScript is a dialect of the standardized ECMAScript programming language, primarily used for scripting web-pages. Use this tag for questions regarding ECMAScript and its dialects/implementations: JavaScript, JScript, etc., excluding ActionScript.

learn more… | top users | synonyms

0
votes
3answers
69 views

How to wrap pile of html formatted text with pluses for javascript inclusion?

In my prototyping I'm doing much copy&pasting from .js file to .html where the .js file needs wrapped text in a string. So I find myself wasting time "plussing/unplussing" (if that are even real ...
1
vote
1answer
157 views

How to disable keyboard shortcut on web applications?

I'm a Vimium user. So I want to operate everything in vim's way. But some web application override keyboard shortcuts. For example, gmail, JIRA, most of rich text editors and so on. It is very ...
1
vote
1answer
306 views

How can I add Delicious bookmarks in IE 10 desktop?

It is clear from the Delicious tools page that there is no add-on for internet explorer and it provides a bookmarklet. I managed to get this into the favourites list by editing an existing Favourite ...
1
vote
2answers
295 views

How to get IE to open JavaScript as text

I am running IE 9. Up until last week sometime, if I would put the URL of a JavaScript file in the address bar, it would show the JavaScript as text in the browser window. Now when I do that, it wants ...
0
votes
2answers
32 views

Can XSS and phising type attacks jump across browsers?

If I had two different browsers and separated their use such that I was only ever using browser A for things such as on-line banking and credit card purchases etc. And used browser B for everything ...
1
vote
2answers
287 views

Coffee script command not found

I am trying to use coffee script for the first time so I can alter the Chosen plugin by Harvest. I used the npm install -d command as specified at their GitHub page to install cake and coffee. This ...
0
votes
1answer
170 views

Regular Expression Needed to Replace Javascript in HTML Files

I need a regular expression that works in Notepad++ to remove multiline javascript references in several hundred HTML files. The code I want to remove looks like this: <script ...
0
votes
0answers
38 views

How to change Aptana's “(){},.:;” operator's color

on Aptana's menu windows > preferences | aptana studio > themes there are many elements, such of console, hyperlink, invisibles, comment, constant, entity, keyword, storage, string, support, ...
0
votes
0answers
22 views

How to find matched parenthesis

Suppose I use Visual Studio 2010 to write jquery code, there are a lot of parenthesises. I may miss one or more parenthesises. What i sthe quick way to find or check matchness of parenthesis?
0
votes
0answers
220 views

conflict between filter & pagination (jquery) [closed]

I created a table and I added a couple of javascript for some features, including: Search (filter) impagination Sorting see my http://nathan4000.altervista.org/tabella_js/docs/index.html For the ...
1
vote
1answer
84 views

How to see the properties of a DOM element as they change in realtime?

JavaScript code can update the properties/attributes of DOM elements in real time by responding to events and so on. Here is an example. In the table on that page, move your mouse over the cells. ...
-1
votes
1answer
117 views

Check a list of passwords strength [closed]

Is there any way to check a list of passwords whether they strong or not? I have a list of passwords, around 2000, and want to check them against this policy Password must contain a minimum of ...
6
votes
4answers
335 views

Chrome installation caused Internet Explorer/Javascript error

First of all I'm danish so my English is probably flawed. At my company I've had some complaints that after having installed Chrome certain pages on our intranet website was off limits. So I took ...
1
vote
0answers
64 views

How do I stop scripts from accessing the mouse wheel in Firefox?

I'm using Firefox 16.0.2 on Mac OS X 10.6.8, including the NoScript 2.5.9 plugin. Sometimes when browsing, a web site will have an embedded map or the like within it, and when scrolling down the page ...
0
votes
2answers
97 views

Debug JS from browser without a server/localhost

So something I do very frequently is writing random scripts in JS without really being part of an app. To run them I just paste them in the console of either Chrome of FF which works as a nice REPL, ...
0
votes
1answer
46 views

How to install node-sqlite3 in Arch Linux?

I need install node-sqlite3 for usage with sqlite3 in JavaScript.
4
votes
2answers
335 views

Using JavaScript and Greasemonkey to reload just one tab in Firefox?

I am new to Greasemonkey and javascript but have found the script below to reload a page every 5 minutes. // ==UserScript== // @name Auto Reload Protopage // @namespace ...
0
votes
0answers
21 views

How can I prevent a page to know it doesn't have the focus?

For example, this information is used to know if you are actually watching the content of the tab (kind of..) and make you wait in front of ads. How can I have Firefox make a tab believe that it is ...
0
votes
2answers
54 views

Is it possible to know what is exactly doing javascript when is running?

I know a little about security risks and know that Javascript could be dangerous and compromise my computer, everything was just fine but suddenly reading one article of OWASP that says XSS ...
2
votes
0answers
183 views

How do I get started with the M-Project on Windows?

This website for this great tool, called the M-Project says that I will need to add a doskey like this: doskey espresso=node C:\Path\To\Espresso\bin\espresso.js $1 $2 $3 $4 It is a tool for ...
2
votes
3answers
131 views

Why are browsers so heavy? [closed]

Back in 1998 I had a computer with 233MHz Pentium MMX CPU and a GFX card with no 3D acceleration. It was able to run games like Quake II at a decent FPS rate. My current computer has tons more ...
0
votes
1answer
37 views

My internet connection not worked well in Win server 2012?

my computer (running on server 12). the internet is disconnected automatically. can someone take a look. ...
0
votes
1answer
184 views

Do any Javascript IDEs support automatic error highlighting (like the Eclipse Java IDE)?

Are there any Javascript IDEs that support automatic error highlighting? I want to enable automatic highlighting, but the Geany IDE doesn't support it. (I mean that it should be possible to see a line ...
0
votes
0answers
77 views

Can HTML/PHP/Javascript code be commented in a single click/keycombination?

The question it's clear enough. I want to be able to select certain code and with a key combination or menu element be able to comment it in Aptana Studio 3. Yes, I can add the tags myself but I'd ...
0
votes
0answers
58 views

How can I have JavaScript and SQL highlighted while editing a .pl file in Komodo?

In many programming text editors a combined syntax highlighting for HTML, JavaScript and php is possible. I wonder if this is possible in Komodo. In my case, I'd mainly like to use it with bigger SQL ...
0
votes
0answers
70 views

Javascript loading never completes on many sites [closed]

I recently moved country and have found that on many websites the page never finishes loading. In some cases, no content is ever displayed, but the loading will never time out. Loading Developer ...
0
votes
1answer
80 views

fotocasa.es does not allow new tabs navigation, only same window navigation [closed]

The idea is simple. A real state website and I wish open links on new tabs instead the "same" window. Middle click and "any" key combinations open links in the same window, and this is totally ...
2
votes
1answer
347 views

Can I Call AHK Script From PHP or Javascript - Also How Do I Pass A Variable to a Script?

If I have an AHK script which has a variable in it - how can I pass a value to that variable so that the script runs with that value? Can I call an AHK script from PHP or Javascript - if so how? I ...
1
vote
1answer
477 views

IE9 32bit on Win7 64bit JavaScript and Flash do not work though IE9 64bit does

I am having this unusual issue with my system. It started with not being able to install the Microsoft Skydrive app and has snowballed. I am running win7 professional 64 bit. Adobe flash player is ...
1
vote
0answers
54 views

Alternative CDN to Google and Microsoft [closed]

For hotlinking to js, css files I use Google and Microsoft's CDN servers: https://developers.google.com/speed/libraries/devguide?hl=tr http://www.asp.net/ajaxlibrary/cdn.ashx But it seems like they ...
0
votes
1answer
52 views

Which flash player does this website uses [closed]

I want to know which flash player this website is using http://www.videochaska.com/video/thriller/adaalat/chand-par-hatiya-part02/10238 How are they streaming video; I do not see any where rtmp ...
1
vote
1answer
142 views

Restore my browser's middle-click behaviour

Some sites do annoying things with JavaScript, like replace the default behaviour of the browser to open a new tab on middle click, with code such as: <a href="http://stackoverflow.com" ...
0
votes
1answer
612 views

Can javascript be used to extract ones IP if they're using a VPN?

If you're using a vpn, is it possible for a 3rd party website to use javascript or any other means to extract your real IP address? Or is there no way for them to know your real IP as long as you're ...
0
votes
0answers
45 views

configuration of eclips to run html project on android through phonegap [closed]

I have eclips. I want to run a project written with html, java script, php with mysql database. I put my project in xamp/htdocs folder. I want to run it on eclips with phonegap to see the result in ...
1
vote
0answers
668 views

ASP.Net web app issue - Javascript not working in IE 9 & Chrome [closed]

I am having a sudden issue with Javascript not working in my browsers. When my web application attempts to reference a validation function in a .js file, I get an error "Function is undefined". This ...
0
votes
1answer
34 views

Javascript button not displayed

Can someone assist with a website problem...this image is from the reed.co.uk job site, in the bottom right is a spinner which should say something like "apply" but instead you just get the spinning ...
0
votes
0answers
70 views

Dock Menu error visualization (javascript & css) [closed]

PS: I don't know why the page is loading slowly. It shows me the lines before the page is fully loaded. Why? Conflicts? I have a problem with a Javascript Dock Menu. This is the correctly ...
4
votes
2answers
2k views

How can I disable javascript popups/alerts in Chrome?

Sorry if it's been asked. I've already found several solutions that aren't working. Not sure what I'm doing wrong. I don't want to disable all javascript, only Javascript alert boxes. The ones that ...
0
votes
0answers
73 views

How do I install and use the npapi-msdocs Chrome plugin?

How do I install and use the npapi-msdocs Chrome plugin? I downloaded the DLL file and copied it to the plugin folder: \AppData\Local\Google\Chrome\Application\20.0.1132.57 Is that the right place ...
1
vote
1answer
100 views

What is the npapi-msdocs plugin?

What is the npapi-msdocs plugin? Is it possible with use this plugin to handle Microsoft Office documents in Chrome? For example to view a .doc file inline instead of having to downloading it?
1
vote
1answer
102 views

Convert eBay listing to PDF file with images included

I've been trying to save some eBay listings as PDF files. I've tried sites like pdfmyurl and joliprint, and I've tried Acrobat X Pro. The problem I have with all of them is that they don't save the ...
-1
votes
1answer
50 views

How to style numbers differently with javascript [closed]

I'd like to have a different font face for numbers on my website (applied automatically). I know it can't be done with just CSS, but could it be done with javascript?
0
votes
1answer
29 views

taglist incorrectly parse Javascript in vim

I'm using taglist.vim to display functions in vim. It works fine for C++ and C source files, but not very well for Javascript files. What should I do to make the Javascript files parsed correctly?
0
votes
0answers
72 views

SVG and Javascript (accesskey) [closed]

How to use accessKey properties in SVG and Javascript.
0
votes
0answers
67 views

IE Restrict JavaScript third party domain access other than *.currentwebsite.com

It is possible to disable JS at all. It is possible to disable JS on certain domains by adding them to Restricted Zone for example. I wonder if it is possible to block/restrict third party domain ...
6
votes
4answers
2k views

Command line browser with js support

Does anybody know good command line browser with js support? Ideally I need following ability: some-browser http://example.com > ~/page.html It means that cli browser download html, execute js ...
0
votes
1answer
137 views

Enter Password when idle for minutes in CentOs

How to let a user login or enter his password again when idle for minutes in CentOs? thanks,,if there's no option for these in CentOs, then maybe you can suggest how to make a program that behaves ...
0
votes
0answers
232 views

How to implement a bookmarklet for firefox 13 calling org-protocol and giving over a url/title?

Since javascript in bookmarklets of firefox 13 is no longer working, is there another method to implement a button that calls org-protocol and gives over the url and the title of the actual webpage.
0
votes
0answers
61 views

Tracking a subdomain serately within the main domain account [closed]

I have a website, for example: xyz.com and info.xyz.com. I created a profile for xyz and tracking is good. I added a new profile for info.xyz.com in xyz.com. Analytics tracking for info.xyz.com is ...
0
votes
0answers
57 views

how save a JavaScript application in local and use it when we are offline

there is a javascript application that is useful for chess Vision Drill. but i like to use it offline. this is the webpage: Chess Forks Trainer so i did try save the site with (HTTrack) and (Offline ...

1 2 3 4 5 7