Tagged Questions

ECMAScript, JavaScript & JScript ECMAScript was developed as a standardization of Netscape's JavaScript and Microsoft's JScript. The canonical reference is The ECMA-262 Language Specification. While JavaScript and JScript aim to be compatible with ECMAScript, they also provide additional ...

learn more… | top users | synonyms

-2
votes
0answers
23 views

Web-based Chat Providers [closed]

Can anybody recommend a free service to me that I can use to include a small web-based chat on my site? Ideally it should not require Java/Flash (e.g. just use JS). I also need to be able to set a ...
0
votes
2answers
55 views

does Gmail or any other popular webmail service scrub javascript from html emails? if not, any reason why?

I have seen claims that some email services mark emails with javascript as spam. But I have not seen mentioned that any sensible service would just optionally scrub any embedded javascript entirely ...
0
votes
0answers
12 views

POST data send and change URL to the same [migrated]

I have a URL shortening service, Which I have made in PHP. It receives the URL to shorten via POST method via the form on the main page. I want to create a Bookmarklet for this service. It should be ...
1
vote
1answer
43 views

Convert [object XrayWrapper [object HTMLSpanElement]] to html tag

In a userscript i am getting [object XrayWrapper [object HTMLSpanElement]] instead of html span tag. How can i get the html tag like <span>--</span> from this object?
0
votes
0answers
20 views

Same jQuery code shows different outputs [closed]

The live example of the code I am trying is here: joelb.me/scrollpath/ When I try the code in notepad (either by downloading the code officially from GitHub or copy pasting the exact source code), I ...
-2
votes
1answer
42 views

Recursively delete a line from JS files [closed]

Please help me with writing a shell script that deletes line from virus JS files recursively. String to remove: http://pastebin.com/ExjCK8GL
0
votes
0answers
26 views

Does a JS/PHP script exist for converting ASCII to LaTeX?

Does a JS/PHP script exist for converting ASCII to LaTeX? I need the users on my webpage to be able to write in ASCII, while my server does all the calculating of the math in the LaTeX format. ...
0
votes
0answers
21 views

JavaScript won't reload frame in Firefox and Safari [migrated]

I'm having trouble with the following code in Firefox and Safari. The page is listing items and this code is allowing the user to filter the results. So the user chooses their filter items and then ...
1
vote
0answers
31 views

Which browsers implement the HTML 5 media source extension?

The HTML 5 media source extension can be used to fetch media data in JavaScript in order to feed a HTML 5 media element. I know it is only a draft right now but are there already browsers which ...
1
vote
0answers
32 views

Getting rid of random syntax highlighting

I'm having a problem with Eclipse. It randomly highlights code in grey, usually as I type something. It doesn't always appear when I type, and goes away at random times too. It's really annoying. I ...
0
votes
0answers
20 views

Need help in counting no field codes in Ms word document using javascript

Need help in counting no of field codes in Ms word document using java script. Please give me some ideas.
1
vote
2answers
24 views

How do I prevent automatic browser page refreshment done by Javascript?

There are some news websites which automatically and periodically refresh their page just in order to show the user more advertisement. If you are watching a video, all the buffered stream is gone ...
1
vote
0answers
33 views

Changing Javascript on an HTML page out of my control [migrated]

I'm using an HTML page out of my control. It defines a Javascript function in an inline <script> tag and calls it in <body onload="..."> : <html> ... <body onload="init()"> ...
1
vote
0answers
40 views

Physics with Jacascript [closed]

As an exercise I am trying to replicate physics such as that seen in angry birds or contre jour. In essence, the tensile and fluid snap motions present when you pull a slingshot or stretch an elastic ...
17
votes
2answers
1k views

What is JavaScript Obfuscation and why is it a threat?

AVG was recently telling me that a webpage was blocked because of JavaScript Obfuscation. Why was the webpage blocked and what exactly does that mean?
3
votes
1answer
124 views

How to prevent a dialog box from opening in Google Chrome?

I have to visit a website in a regular basis that reminds me it was originally designed for Internet Explorer 8 and Mozilla Firefox 3.5.12 to 3.6.10. It displays a dialog box with that warning ...
0
votes
0answers
32 views

Using emacs to edit javascript in jslint style

I am already using emacs with Thom Blake's js3-mode to edit javascript files. However, it does not follow the jslint coding style. So, I am following for a mode or a set of modes enforcing the jslint ...
0
votes
3answers
50 views

how do I block downloading data from a web domain, including by javascript code?

I am unhappy with google's javascript loading various BS from *.gstatic.com domain. I tried telling my firewall to block *.gstatic.com but apparently this only blocked loading webpages into the ...
1
vote
3answers
148 views

Code in Powerpoint presentation [closed]

I am putting together a powerpoint presentation which will contain some JavaScript samples. Just wondering what tips anyone has to make this easy to read? I am specifically looking for tips on fonts, ...
0
votes
0answers
59 views

document about how to use javascript in Foxit Reader [closed]

I'm current finding some way to auto-create bookmark for PDF file using hyperlink in it. And I notify that Foxit Reader support us to write javascript code inside it like we can write VBA in Microsoft ...
0
votes
1answer
36 views

Converting Audio To Video Output and Attaching Text?

I am currently working on a project and before i get started i thought it'd be nice to check with stackOverflow community, and see maybe they can help me with this. The Idea: I have about a thousand ...
1
vote
2answers
42 views

What is the largest image a browser can display?

What is the largest image a modern browser can handle? I would suspect somewhere in the 6000x6000 range or 4096x4096 pixels (which is the limit for device independant bitmaps under winapi)? I tried ...
1
vote
1answer
104 views

Is there a browser extension that bypasses restrictions of pasting passwords?

As one example out of many, if you go to https://appleid.apple.com and click to manage your account, you can't paste your password in the password field. There is some javascript that prevents that. ...
1
vote
0answers
39 views

Stylebot extension: adding access keys for jquery?

Is it possible to use a program like Stylebot to have a custom CSS rule which activates a region when a number is pressed? I want 1 to click region 1, 2 to "right-click" region 2, and 3 to click ...
1
vote
1answer
378 views

Can I prevent Internet Explorer 8 from running scripts until the page is loaded?

When trying to veiw a number of different websites in IE8, I get the following error message: HTML Parsing Error: Unable to modify the parent container element before the child ...
0
votes
0answers
39 views

How do I get the line of a javascript error in a Chrome Web Developer stack trace?

Using Chrome Web Developer, I am analyzing a complex web page linking many javascript files. Web Developer console notes that there is a bug in the javascript. I click on the bug notice in the ...
1
vote
1answer
105 views

How do I make Internet Explorer continue processing javascript even after getting errors ..? [closed]

I'm currently developing an online web-based solution for a client and I'm currently testing the final build on Internet Explorer 9. Sometimes, I get one or two JavaScript errors because of which IE9 ...
7
votes
1answer
134 views

How do I prevent pages I visit from overriding selected Firefox shortcut keys?

In Firefox, how can I prevent pages from overriding Firefox built-in keyboard shortcuts through Javascript on a per-key basis? Preferably on a per-site basis, too? The most frustrating override is the ...
0
votes
0answers
57 views

JavaScript library for reading PCM [closed]

I'm looking for a JavaScript library that will allow a web page that is streaming audio (PCM) to actually "read" this stream and even manipulate it. Is this possible and available? Thanks!
1
vote
1answer
380 views

Is this code supposed to be injected into every single page I browse on Chrome?

A week ago I noticed the following CSS/Javascript being injected into all pages I browse. Supposedly its from Avast, but I don't have a plugin from Avast. There is no information available anywhere ...
0
votes
1answer
88 views

Random scripts stop working on all websites in Windows XP

I have been searching with finding any solution. Random scripts stopped working on websites. For example, on my own website the jQuery scripts aren't working, and when I click on them in the source ...
0
votes
0answers
41 views

Deploying a Js/Backbone application

I'm going to deploying a small application that is entirely written in Javascript, so what I basically need is something like a NGINX instance serving static files on a cookie-less domain for ...
0
votes
1answer
81 views

Open browser type with javascript window.open() [closed]

Is it possible to open a specific browser type i.e. Google chrome, Firefox, Chromium using the window.open() method? For instance, I have Google chrome, Firefox and chromium installed on my system and ...
0
votes
0answers
55 views

Scrolling doesn't work in IE9 after Ctrl+Click on link

Did you notice, that scrolling stops work in IE9 (may in older versions too) after clicking on link with Ctrl key pressed? May be there is some workaround or trick which can help to avoid such a weird ...
2
votes
2answers
142 views

How can I stop JavaScript from modifying the clipboard?

More and more I find that when I copy text from a news site, the site adds in its own advertising/footnote link to my clipboard, so that when I paste, I get "[Text I copied] FOR MORE, GO READ AT ...
1
vote
0answers
129 views

Adobe Edge alternatives

Are there similar software or alternative to Adobe Edge? I'm looking for a software where you can animate your html elements visually or using a GUI and then it will export in HTML and using ...
0
votes
0answers
44 views

GET and POST method with previous page [closed]

<input type="submit" value="Edit" onclick="window.location.replace('http://localhost/?username=<?=$_POST['username']?>&email=<?=$_POST['email']?>');return true;"> I would like ...
-2
votes
1answer
60 views

User Authentication [closed]

Is there any free or commercial service that would allow me to implement user authentication (user registration and management) for my static website using just javascript embed code?
0
votes
0answers
100 views

How can I improve or wrap my sed-script?

I instrumented a mvn build to emit profiling data, which I want to analyse later on. Therefore, I made the sed script below, to generate json-data from the profilers output. I call the script with ...
2
votes
3answers
271 views

How to get a simple Javascript console and output [closed]

Possible Duplicate: Is it possible to run JavaScript in Textmate? I'm learning javascript at Codecademy They have a website with a js console and an editor. But I can't find anything that ...
1
vote
0answers
52 views

Expressing complicated regular expressions concisely

Is there some way to write this simple regular expression more concisely? (here I am using separate lines to improve readability, even though I normally wouldn't use them) ( (regex ...
0
votes
0answers
99 views

PHP/Javascript: Apart from the UserAgent, what system info is readily available to webmasters and how is it accessed? [closed]

I know it's possible to get things like the operating system a user is on, and the system language they use.... You can also get their time zone, right? Is it possible to get some other system info? ...
-1
votes
1answer
70 views

wmic answear to javascript [closed]

I am having some problems in wmic tool. I need to use it a java script to run WShell.run("wmic process where name="ASDF.exe" get CommandLine,Processid,Caption,CSName and I need that the result will ...
2
votes
2answers
133 views

How do I block javascript for all subdomains of example.com?

Hi all I have set my browser to disable javascript for http://en.wikipedia.org. I was wondering How do I block javascript for all sub-domains of the host wikipedia.org ? (I would like to block ...
0
votes
3answers
148 views

HTML editor with IDE features

There is a ton of questions about free HTML editors for Windows. I have a couple of specific requirements, which seem ubiquitous to me, yet, I can't seem to find any that don't suck. So here is what ...
1
vote
1answer
185 views

Command line query to linkdecrypter

I would like to create an script that I can run from my bash command line to make a query to the service given in the webpage http://linkdecrypter.com/ For instance I would like to run something like ...
3
votes
1answer
90 views

Customizing urlbar formatting in Firefox

Firefox 6.0 introduced URL formatting in the address bar, i.e. the domain.tld is black, while protocols, subdomains, and paths are grey. The related about:config entry to enable/disable this feature ...
0
votes
1answer
360 views

Shortcut for disabling javascript in firefox 8

I have found this site with firefox shortcuts. There is mentioned shortcut Ctrl+shift+F9 but it doesn't work for me. Can anybody help? (I need shortcut for quick switching to mode without javascript ...
0
votes
0answers
86 views

Internet Explorer 8 crashing when web application page is loading [closed]

I recently encountered a problem with Internet Explorer 8. When I try to access a page from my web application, sometimes, the 'Internet Explorer has stopped working' popup appears. The web page has a ...
3
votes
1answer
725 views

Chrome: High memory usage for certain tabs. Memory leak? [closed]

Possible Duplicate: Why do web pages take so much RAM? I have left an instance of Chrome open for the last 4 days with several app tabs pinned and have noticed three sites that have had ...

1 2 3 4 5