Description:
Netscape Communications Corp.'s JavaScript language.
|
|
|
Ajax & require
|
| |
I'm having a hard time tracking down an error, so I'm hoping you guys can help me save a few hours of work. If I require a file in the parent page, do I need to require it again in a child page called via Ajax in order to use it there? Logic says that I do, but I'm getting an error that says: Fatal error: Cannot redeclare xml2array() (previously declared in /... more »
|
|
FAQ Topic - What is JScript? (2009-11-24)
|
| |
------------------------------ ------------------------------ ----------- FAQ Topic - What is JScript? ------------------------------ ------------------------------ ----------- JScript is Microsoft's implementation of ECMAScript. Questions that are specific to Microsoft's JScript may also be appropriately asked at:... more »
|
|
.addEventListener('click', ...) on firefox 3
|
| |
Hi, I can't make this code work on *this* web client: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.13) Gecko/2009082121 Iceweasel/3.0.6 (Debian-3.0.6-1) I want to add a 'click' event to an elem of this kind: <div id="xx">taratata</div>, but this element is not in the HTML file : it is "DOM created".... more »
|
|
in, instanceof and primitive values?
|
| |
I have a simple question. When i have code like this: var str = 'primitive string value'; str.length; In ECMA 262-3: ...In the step 5 primitive value will be convert to `object' by algorithm defined in 9.9 ToObject. In my case will be create intermediate String object whose [[value]] property is set to the... more »
|
|
Firefox and cross domain ajax calls
|
| |
We have a script at [link] which loads [link] using script tag. A button defined in a.html invokes a function from b.js. The function makes AJAX call to [link] Firefox 3.5.5 allows the call to c.html. It can be seen in Firebug and Tamper data plugins. The response code in these plugins is 200. But in... more »
|
|
|