First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
Transposing X and Y coord from child to parent
Is there a function that will accept an X and Y value for a child window I am working with and transpose it to the parent's X and Y coord? Thanks Mike ... 28 Apr 2010 18:34
Do not assign undefined to window.onerror in IE/MSHTML
Thomas 'PointedEars' Lahn wrote: [...] Although I am setting a default value if `fError' is (supposedly) not a method, _fHandler_ the newly introduced closure and namespaces change everything as jsx.clearErrorHandler() is not yet defined when setErrorHandler() is being defined. var setErr... 28 Apr 2010 18:34
[SOLVED] Do not assign undefined to window.onerror in IE/MSHTML (was: Trigger hover pseudo class using javascript?)
Jake Jarvis wrote: On 28.04.2010 13:43, wrote Thomas 'PointedEars' Lahn: Andrew Poulos wrote: [http://PointedEars.de/es-matrix] IE 8 on Vista warns that [...] Not implemented object.js, line 308 character 7 Thank you. Apparently there is a problem with | if (typeof wi... 28 Apr 2010 09:27
Date function problem
The input for this this code is YearT=2010, MonthIndex=3, DayT = 27, Start_HourT = 22, Start_MinutesT=15, End_HourT = 20, End_MinutesT = 15 var InputStart = new Date(); var InputEnd = new Date(); InputStart = Date(YearT, MonthIndex, DayT, Start_HourT,Start_MinutesT, 0,0); InputEnd = Date(YearT, MonthIndex, D... 28 Apr 2010 20:51
spam
there ... 27 Apr 2010 23:31
Trigger hover pseudo class using javascript?
Hi, Is it possible to trigger the hover state of an element using javascript? What I'd like to do is have the rollover of one element tirgger the hover state of a different element. Is it possible without setting up a dummy class and attaching/removing it dynamically? Thanks, CiarĂ¡n ... 4 May 2010 13:26
FAQ Topic - How do I modify the current browser window? (2010-04-28)
----------------------------------------------------------------------- FAQ Topic - How do I modify the current browser window? ----------------------------------------------------------------------- In a default security environment you are very limited in how much you can modify the current browser window. You... 27 Apr 2010 19:03
/Job/ need: Javascript developer in San Francisco downtown, contract.
Mediaplex the technology division of ValueClick, provider of interactive internet advertisement and marketing tools is looking for experienced JavaScript and Flash developer. Job located in downtown of San Francisco, CA, initially 3 month contract with prolongation. Good company with friendly atmosphere and mini... 1 May 2010 02:14
clearing a global array
Need to know how to clear a global array so Array.length will = 0 (meaning no indexes). Cant find the information in the book. Thanks Mike ... 27 Apr 2010 21:18
changing iframe src, what's the best way
I want to change the src of an iframe using JavaScript and would like to know what's the most reliable way. There's either directly accessing the iframe's .src property or there's using the setAttribute method. I've read good and bad things about both. I'll only need to be doing this on the 21st century brows... 28 Apr 2010 16:17
First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71