First  |  Prev |  Next  |  Last
Pages: 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
document.domain obsoleted?
On 18 abr, 19:50, Thomas 'PointedEars' Lahn <PointedE...(a)web.de> wrote: document.domain does not apply to XHR. I see. I was mislead due to some hints on the contrary, as well as my bad memory and the fact that actually it applies someway: if I set document.domain to a different value that the real one, so... 20 Apr 2008 05:00
�OpenOffice.org� free Office suite for Microsoft Windows, Linux, Solaris, BSD, OpenVMS, OS/2 or IRIX
Words to the wise, Prisoner at War <prisoner_at_war(a)yahoo.com> wrote: On Apr 18, 2:48 am, GoodieMan <afta...(a)hotmail.com> wrote: Hurrah!!! Here is an absolutely free Office Suite Program �OpenOffice.org� which is more powerful than any expensive MS Office Suite. The Suite is free for any environment. Yo... 18 Apr 2008 13:26
IE Invalid Argument... sometimes
The following code is stored inside a div element. Movable.prototype.moveTimer = function() { this.style.left = (this.offsetLeft - (this.posX - this.newX)) + "px"; this.style.top = (this.offsetTop - (this.posY - this.newY)) + "px"; this.posX = this.newX; this.posY = this.newY; } every 40 ms it is called ... 18 Apr 2008 14:14
inner classes problem
Hi I've the following problem when I try to use AA.BB.x where isOK == false and in fact I have the following error: make is not defined AA = { BB = { make : function() { return "no"; }, x : isOK ? "yes" : make() } } why? x in that way can... 18 Apr 2008 10:14
Date format DD/MM/YYYY
Hello I've got the following Javascript for a web calendar popup that outputs the date in 4/24/2008 (m/d/yyyy). How can i modify it to output dd/mm/yyyy e.g. 24/04/2008. So all outputs are in this format. The system this runs on has the correct date format (not US) so I would like the JavaScript to also use that ... 18 Apr 2008 10:14
Load HTML page into another HTML page using Javascript
<html> <head> <script type="text/javascript"> function init(){ var html = document.open('Hello.html'); document.getElementById('hi").innerHTML = html; } </script> <body onload ="init();"> <did = 'hi'> </d> </body> </html> this code is not working Help me load hello.html page... 18 Apr 2008 08:37
Load HTML page into another
<html> <head> <script type="text/javascript"> function init(){ var html = document.open('Hello.html'); document.getElementById } </script> <body onload ="init();"> <did = 'hi'> </d> </body> </html> ... 20 Apr 2008 05:00
inner classes proble
Hi, I've the following problem: If I have, for example, BB = { CC = { makeDecision : function() { return "ko"; }, b : isOk ? "ok" : makeDecision() } } now if I done BB.CC.b where isOK == false; than I have na error that makeDecision() is ... 18 Apr 2008 16:38
Date format
Hello I've got the following Javascript for a web calendar popup that outputs the date in 4/24/2008 (m/d/yyyy). How can i modify it to output dd/mm/yyyy e.g. 24/04/2008. So all outputs are in this format. The system this runs on has the correct date format (not US) so I would like the JScript to also use that fo... 18 Apr 2008 19:02
“OpenOffice.org” free Office suite for Microsoft Windows, Linux, Solaris, BSD, OpenVMS, OS/2 or IRIX
Hurrah!!! Here is an absolutely free Office Suite Program “OpenOffice.org” which is more powerful than any expensive MS Office Suite. The Suite is free for any environment. You can run it on any platform i.e. Microsoft Windows, Linux, Solaris, BSD, OpenVMS, OS/2 or IRIX. The software needs no any licensing or havin... 21 Apr 2008 13:19
First  |  Prev |  Next  |  Last
Pages: 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139