|
maximum rows added to table In comp.lang.javascript message <481CD41D.5050207(a)PointedEars.de>, Sat, 3 May 2008 23:07:41, Thomas 'PointedEars' Lahn <PointedEars(a)web.de> posted: This *was* a friendly reminder If you expect your approach to communication to be seen as friendly be normal readers, then you are both naive and a slow learner.... 6 May 2008 23:25
On thickbox content loading? wrote on 04 mei 2008 in comp.lang.javascript: Hey, I was wondering if it is possible to preform an action when content in the lightbox "thickbox" has completely finished rendering? So I can loop through all the elements in the thickbox. What is a "lightbox thickbox", I wonder? -- Evertjan. The Neth... 6 May 2008 21:27
Why do this? <SCRIPT TYPE="text/javascript" On May 6, 1:35 pm, Steve <tinker...(a)gmail.com> wrote: Hi; I've being going through some legacy code on an old JSP site I have been patching. I noticed that when I save the JSP down to my PC as an HTML file I get this javascript error in IE 6 ( not in the latest Firefox ): "invalid character" ... 6 May 2008 23:25
Unknown runtime error On Tue, 06 May 2008 21:36:14 +0200, Thomas 'PointedEars' Lahn <PointedEars(a)web.de> wrote: nobody(a)nowhere.net wrote: Ever tried to use MS VS.NET for debugging JS? Try it, and you'll never want to use anything else. I have tried it, and I prefer the MS Script Debugger for JScript, for its not being e... 6 May 2008 21:27
Divs within a form (referencing in Javascript) I am using divs to contain each of the control elements on a form, so that I can control the display via CSS. I am trying to loop through divs to locate particular divs, but I am not getting much luck in locating the divs. Here is an example of the form: <form id = "wizard" action="http://somesite.com/pro... 6 May 2008 22:21
FAQ Topic - How do I generate a random integer from 1 to N? (2008-05-07) ----------------------------------------------------------------------- FAQ Topic - How do I generate a random integer from 1 to N? ----------------------------------------------------------------------- Method Math.random() returns a value R such that 0 <= R < 1.0 ; therefore function Random(x) { return Math.... 6 May 2008 21:27
JavaScript A* Path Finding Prototype On May 6, 5:33 pm, DebuggerCLL wrote: This is an A* path finding demo I created a few months ago. I don't see any real uses for it, but it's still neat. <snip> "Neat" may be one way of describing a script that pops up the error dialog on IE6 and does nothing else, but it would not be my choice of epithet. ... 6 May 2008 23:25
Possible to detect Windows desktop style? nobody(a)nowhere.net a �crit : On Sat, 03 May 2008 11:49:26 +0200, SAM <stephanemoriaux.NoAdmin(a)wanadoo.fr.invalid> wrote: (snip) something telling you only need to detect user's Win version right ? Mac users will have to do with it :-( (I hate Windows and Windows hates me) Thi... 7 May 2008 08:31
Why do this? <SCRIPT TYPE="text/javascript" Steve wrote: I have never seen a script tag with "TYPE" or "text/javascript" used. Only "language = "javascript"" That's the form I always use. In Dreamweaver, if you type <script and then a space, several choices come up and one is "type". Under that there are a few choices, the first of which is "... 6 May 2008 21:27
FAQ Topic - How do I check to see if a childwindow is open, before opening another? (2008-04-25) ----------------------------------------------------------------------- FAQ Topic - How do I check to see if a childwindow is open, before opening another? ----------------------------------------------------------------------- var myWin=null; function openWin(aURL) { if (!myWin || myWin.closed ) { myWi... 24 Apr 2008 19:03 |