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 ...
-1
votes
0answers
10 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 ...
-3
votes
1answer
30 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
27 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
0answers
39 views
Openlayers get coordinates of a circle vector after draw [closed]
Duplicate Question
http://stackoverflow.com/questions/9164552/show-openlayers-bounds-after-creating-a-circle
I have made an OpenLayers map.
I have made two features on the map.
Navigate
Draw ...
0
votes
0answers
10 views
Does the location of custom onLoad code matter in Dynamics CRM 4? [migrated]
Good afternoon, all. I have a question regarding form scripting. Whenever I add code to a form event, for example onLoad, does the code's location in any existing code matter? For example, I want ...
2
votes
3answers
62 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
41 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
27 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
29 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
63 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
2answers
72 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
101 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
60 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
180 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
30 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 ...
1
vote
1answer
162 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
vote
0answers
31 views
How can I config sublime text excute javascript with Mozilla Rhino
I want to excute javascript file without a browser. I found Mozila Rhino, but I wonder that how can I config sublime text or another text editor run my .js file directly (i.e without run command ...
1
vote
1answer
36 views
Stopping Flash/Javascript Loaded Images/Videos in Firefox
I would like to stop flash and javascript loaded images from automatically loading in FF. How can I accomplish this with the use of add-ons?
Please note disabling javascript by default is not an ...
1
vote
0answers
17 views
Use a Bookmarklet Javascript in all opened windows/tabs?
Is it possible ?
I'm using Google Chrome if someone can find an extension ..
I've already looked for it , no results!
0
votes
2answers
103 views
Supressing browser generated alert boxes using Javascript
I want to stop an alert box being popped up by the browser using Javascript, as I find it bothersome. Is there any way to do this? Perhaps an addon, or script?
0
votes
0answers
81 views
Malzilla Tutorial #4 - how to get it working
I am trying to understand the basic work flow of using Malzilla , and therefore doing the tutorials. But already in the first one, where you actually get to do something I am lost as it doesn't work ...
7
votes
5answers
217 views
How to make Firefox always stop a script when it's not responding
On some pages I get the "Script not responding" error with an option to stop it and a checkbox to never ask again.
Later I get the same question again, with that pointless checkbox.
How do I make ...
1
vote
1answer
254 views
JavaScript executed through address bar is not working in Firefox 7, 8
JavaScript executed through address bar is not working in Firefox 7, 8. For example, the code below works in Chrome, when I paste it into the address bar and press Enter:
javascript:alert("hello ...
2
votes
2answers
92 views
Disable ability of web pages to turn off my context menu in IE
I want to disable the ability of a web site to to turn off my context menu in IE. I do not want to turn off javascript entirely, I just want to prevent javascript code from intercepting the right ...
-1
votes
1answer
130 views
How can I view videos on CNN? [closed]
I get "The video timed out attempting to play. Please ensure that you do not have any Flash or JavaScript blocking plugins active. " when I try to view CNN news with Firefox on my computer? How to ...
0
votes
1answer
43 views
Firefox generating error?
I run Firebug on my computer since I develop websites. And I have been noticing this error consistently with every page I go to and I am lost as to what it is and believe it might be Firefox causing ...
1
vote
1answer
174 views
Firefox: Disable window.location on website
I'm trying to prevent a certain site from being able to use javascript to redirect the browser to another page. The script in question is an inline script so Greasemonkey and adBlock can't do ...
1
vote
1answer
109 views
Is it possible to run JavaScript in Textmate?
If I try to run it now I get a XCode error. Do I need to install a JavaScript interpreter on my computer?
0
votes
1answer
76 views
IE9 - Javascript suddenly went crazy
This morning, IE9 suddenly started acting flakey, specifically on Javascript-heavy sites.
In an OWA site I use regularly, I can't expand or collapse groups, and the preview pane never updates. On a ...
0
votes
0answers
131 views
Is it possible to enable JavaScript injection in Chrome 15?
With Chrome 15 one is now able to sync search engines (finally). I had a few that executed JavaScript, but they no longer work in the new version because I am not able to execute scripts from the ...
0
votes
1answer
42 views
How to randomly click/check all radio/check boxes and select from drop-down menus in a webpage
Is there an easy way to randomly click/check all radio/check boxes and select random items in all drop-down menus in a webpage? I am testing my web site and there are a bunch of these. It is a pain to ...
3
votes
0answers
139 views
How do I permanently disable javascript strict warnings in Firefox?
When I open Firefox (8 Beta and 7) and load a page with firebug open, I get a load of javascript strict warnings, so I disable javascript strict warnings so my page loads will speed up, which works ...
1
vote
2answers
55 views
How can I capture or print the whole scrolling area of this dynamic webpage?
I'm trying to save (as in: for printing / putting it in a PDF -- I'm not interested in the HTML, but in the rendering of the html to be able to print the table or at least view it offline) a table ...
1
vote
2answers
139 views
How do I alter this javascript to have it send an “enter” key press to the browser?
In another question on this site, someone recommended creating a bookmark with the following javascript in the URL box to automatically fill in your user name and password on a website in Chrome:
...
1
vote
1answer
94 views
How to close large Javascript Alert windows on Chrome/ OSX
I'm using Chrome 14 and OSX 10.5.8.
If a website generates a Javascript alert window with a lot of content (like debug information) the bottom of the window disappears off the screen.
This places ...
2
votes
0answers
44 views
Firefox: Any way to allow javascript to disable or replace the context menu only to specific domains?
This is something that's commonly abused so I almost always want it to be off EXCEPT when I'm using a handful of large webapps that use the feature properly, such as Google Docs. I know there's a ...
0
votes
0answers
26 views
How can I edit Javascript of a website like in CSS Pivot?
I want to edit and run Javascript on a website. Then, I'd like to save it for re-accessing it later. What I'm describing is exactly like CSS Pivot, but only for Javascript. Sharing with others is not ...
0
votes
1answer
56 views
What are some ways to use my browser, Chrome, as a JavaScript interpreter?
I use an online interpreter. It's just right up there on my favorite's bar. Very convenient for me.... I'd like to see the error messages my browser will give me rather than the messages the ...
2
votes
2answers
207 views
How to prevent page crashes in Google Chrome?
I use the most recent Chrome version on Windows 7. Since I discovered tabbed browsing, I couldn't help preventing myself from opening too many tabs simultaneously.
With Google chrome, I frequently ...
1
vote
0answers
33 views
How do you modify blending options with a photoshop script?
I have a Photoshop Javascript script that cycles through different layers and I want to give a different outer glow to each layer based on the name of the layer.
Can someone give an example on how ...
1
vote
5answers
472 views
How do you use WGET to mirror a site 1 level deep, recovering JS, CSS resources including CSS images?
Pretend I wanted a simple page copy to be downloaded to my HD for permanent keeping. I'm not looking for a deep recursive get, just a single page, but also any resources loaded by that page to be also ...
2
votes
0answers
28 views
Redmine contex-menu and member deletion/modification failure
I'm using Redmine 0.9.3.stable (SQLite) on my Ubuntu 11.04.
It is all ok except for the context-menu and inability of removing the members from some project. Concerning the first problem, when I do ...
0
votes
3answers
87 views
Javascript blocks selecting text: how to unblock?
Is a way to unblock blocked (by JS) text selecting on some website ? I'm using Chrome. UPDATE: Blocking JS code is in page source (... blocking code here ...)
0
votes
0answers
49 views
Put date (w/o time!) in printout header/footer in Firefox
Using &D I can put date and time in the bottom right corner of every Firefox print-out (File > Page Setup > Margins & Header/Footer > Right: > Custom > &D ).
Can I put only the date?
0
votes
1answer
76 views
Changing embedded objects src problem for Firefox (no problem for IE9 or Opera)
Following code works in IE9 and Opera but does not work in Firefox.
In Firefox, I am clicking another link and going back to the page that contains the video. Then, the video is starting. Otherwise, ...
8
votes
3answers
351 views
All my browsers suddenly don't support Javascript files anymore?
I'm experiencing the same issue as this question, which seems to be unresolved. I'll provide more detail, sot that this qualifies as a better representation of the issue. It all started after moving ...
0
votes
1answer
64 views
How can I change Firefox from telling me that it works better if Javascript is enabled?
On Windows XP Professional, why does Firefox continue to show me the message that it works better if Javascript is enabled?
When I follow the directions and look in Add-ons to enable it, I find it ...
0
votes
1answer
242 views
Opening a new tab with Firefox (middle click)- make it work with Javascript links?
I have this problem continuously. I read MSNBC news (and other pages). I click the middle mouse button to open links in a new tab, to read later. I go to the tabs later, at it was a javascript ...
0
votes
1answer
52 views
Putting mysql stored points on a google map [closed]
I have a MySQL database with a table full of geographic points, latitudes and longitudes. I want these coordinates displayed on a Google map as points. Is it possible for JavaScript to directly access ...
3
votes
2answers
473 views
Why does editing javascript in Chrome Developer Tools not work?
I have Google Chrome 13.0.782.220 on my Ubuntu 10.04 LTS (64-bit).
I try to edit a JavaScript code from an external JS file in the Chrome Developer Tools Scripts pane by double-clicking on the ...