First  |  Prev |  Next  |  Last
Pages: 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
IE versions of moz transform
I've been looking at the transforms possible in FF and Safari: https://developer.mozilla.org/en/CSS/-moz-transform IE has this: http://msdn.microsoft.com/en-us/library/ms533014(VS.85,loband).aspx To me that is just about inscrutable. What does this mean?: <!-- fnResize function --> //oObj input r... 10 Jan 2010 15:12
Automatic semicolon insertion ...
In the "examples" section within "the section dealing with "Automatic semicolonInsertion" section of the spec, the example whose text is "a = b + c(d + e).print()" is described as not being Semicolon-transformable since the parenthesis before the "c" could then be "interpreted as an argument list for a function ca... 12 Jan 2010 19:40
Static Class Variables and IE8 Loosely Couple Internet Explorer(LCIE)
On 01/09/2010 09:30 PM, Richard Maher wrote: Yes, I count three per browser instance but certainly not 1:tab but still one "matching" JVM. Chrome also has thread-synchronization peculiarities but i guess "well coded Applets don't make assumptions about how the browser invokes Thread's" either? Or perhaps fr... 9 Jan 2010 22:53
Explaining an error
Hi. I have the following piece of code: var code = <some code from the user>; eval(code); If there is a syntax error in the evaluated code, the "error console" of Firefox is able to pinpoint the exact location of the error. Firebug does that also. I would like to display the error in the web page. I... 9 Jan 2010 20:42
Dropdownmenue + Bild
Hallo NG ich habe hier so meine Problemchen mit diesem Kleinen Script. Es sollte eigentlich das Bild wechseln. kann mir da ein JAvascript experte helfen? ************** <select id="select" onchange="wechsel()"> <option value="bilder/folien/folie_vorschau_ge8b.gif">rose</option> <option value="bilder/folien/f... 9 Jan 2010 08:31
FAQ Topic - How do I force a reload from the server/prevent caching? (2010-01-09)
----------------------------------------------------------------------- FAQ Topic - How do I force a reload from the server/prevent caching? ----------------------------------------------------------------------- To reload a page, use ` location.reload() `. However, this depends upon the cache headers that your ... 8 Jan 2010 19:33
eval(string) scope ?
Hi, I had the idea to create a walkthrough sessions for users, printing statements, then executing one by one. I find that eval on separate strings doesn't put values in the same scope, so any statement using an earlier value throws ReferenceError. Here's a minimal session: session = [ "/* Hit enter t... 8 Jan 2010 22:51
More fun with attributes
Using the DOM module at <http://www.cinsoft.net/mylib-builder.asp> and given <input readonly> as the first element of type INPUT in a HTML context, API.getAttribute( document.getElementsByTagName('INPUT')[0], 'readonly' ) returns an empty string in Firefox 3.5, Opera 10.10, Safari 4... 8 Jan 2010 18:26
FAQ Topic - What is the Document Object Model (DOM)? (2009-11-26)
Dr J R Stockton wrote: FAQ server posted: The Document Object Model (DOM) is a interface-based model for ` Document` objects. The DOM allows scripts to dynamically access and update a document's content, style, and event handlers. The DOM is _not_ part of the ECMAScript programming language. ... 8 Jan 2010 21:46
Javascript dummy needs help.
I would appreciate a bit of help with a problem I'm having which may or may not be javascript related, or at least a pointer to where I could solve it. XP Pro SP2 Firefox 2.5.7 Google toolbar 7.0.20091216Wb1 The drop down search box on the left of the Google toolbar has suddenly stopped retaining searches I ... 8 Jan 2010 08:16
First  |  Prev |  Next  |  Last
Pages: 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114