First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
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
html as xml document on IE
Is there anyway to use the html document on IE as an XML document? ... 23 Apr 2008 10:55
Need help understanding this part of code. Explanation in post (2008-04-18)
Hello. I am not new to javascript but i saw a function or a part of code i am not familiar with. I am currently building a PHP wrapper to be able to encode fAES string from php and decode them with javascript. My main problem at this time is this little part of code. var nonce = (new Date()).getTime(); for (... 18 Apr 2008 01:15
Reaching an html span nested in an html div with javascript
Hi; I'm working on a demo of using a timer on a web site that is made visible by making a div visible. My "PopIn Box" div is empty on the page. Before making it visible I used javascript to get the content from another hidden div. I'm doing it this way to make it easier to add in more messages by simply pu... 17 Apr 2008 22:05
The Firefox status bar
I know this must be a lame question, but I ask it after a lot of searching and experimentation. I can not get a string to print into the status bar of a Firefox browser. Is it the case that if any extensions for firefox put anything in the status bar that window.status() status() are bolluxed up? Thanks in... 18 Apr 2008 07:36
FAQ Topic - How can I access the client-side filesystem? (2008-04-18)
----------------------------------------------------------------------- FAQ Topic - How can I access the client-side filesystem? ----------------------------------------------------------------------- Security means that by default you can't. In a more restricted environment, there are options. For example, using... 17 Apr 2008 18:56
Help with printing IE, please?
I'm on XPpro, IE6sp2. I'm trying to use a VBA macro in Word 2003 to open files in an instance of IE and print the file. I was hoping to use a bit of JavaScript to accomplish the printing. I've searched a lot of newsgroups and other sites, but can't get a handle on this. I'm using IE because I have files of a typ... 17 Apr 2008 16:33
First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98