Feedback: irt.org FAQ Knowledge Base
Feedback on: irt.org FAQ Knowledge Base
Sent by brian simard on July 06, 1999 at 08:14:33: - feedback #282
Worth: Very worth reading
Comments: I love your site! Visit all the time.Since your subdivided the FAQ's its even easier to find what your looking for. I suggest however that the page http://www.irt.org/script/script.htm not repeat the: "Javascript ..... FAQ Knowledge base" on every line. There are so many now that it is noisy and makes it harder to pick out the topics. I know i'm on the javascript faq knowledge base page saying it once at the top of the page and then the making hyperlinks of the different subjects would make it easier to find the topic that a user is interested in.
Sent by Robert Nurse on July 16, 1999 at 19:41:35: - feedback #310
Worth: Very worth reading
Comments: Hi, Someone from this site helped me pin down a nagging problem. To make a long story short, I was trying to close one window and open another with the same name via the OnUnload event. By naming the windows with the current time stamp in milliseconds solved the problem. Thanks.
Sent by Phil Mazzilli on July 20, 1999 at 10:50:19: - feedback #317
Worth: Very worth reading
Comments: Excellent! I have 2 problems and have found the answer to them nowhere. 1) A form with 2 scripts and both have inputs that need to be placed at the <body on Load,--2-->. How is this done? 2) I have a script that checks and validates form input (name,address,etc.) and a second script that does a thorough check of the e-Mail input. How can I click on one submit btn and have both scripts execute and submit the form? Thanks for your help Phil Mazzilli
Sent by Alexander Biron on July 28, 1999 at 08:17:55: - feedback #330
Worth: Very worth reading
Length: Too long
Technical: Just right
Comments: Hi, I think some of the FAQs should be put into the same question. For example on http://www.irt.org/script/general.htm, you have the questions 1.)What's the difference between Java and JavaScript and why should I prevent my browser from executing JavaScript? 2.)Is JavaScript the same as Java? 3.)Is JavaScript same as Java? 4.) What is the difference between Java and JavaScript? Apart from that: Excellent site. (Maybe you could include an answer to "Can you name some of the best online Javascript introductions"
Sent by Fred Wesan on August 18, 1999 at 09:10:31: - feedback #382
Comments: Hi, I asked a question yesterday about problems with the search in based on the Search and Display page, but I think I've got the answer. Turns out that some of my titles had words ending in 's, so the function for building the array got confused. I only discoverd this when I tried the script in IE explorer instead of netscape and it gave me an error message.
Sent by Vinnie on August 19, 1999 at 12:08:09: - feedback #386
Worth: Very worth reading
Comments: Dear Sir(s) Dude, this site is the most comprehensive resource for JavaScript and other web development related materials. I would be screwed without it. Thank you Vinnie
Sent by Robert Nolan on August 20, 1999 at 10:42:30: - feedback #391
Worth: Very worth reading
Length: Too short
Comments: Some of the code snippets would benefit from being commented and explained just a bit.
Sent by Mark Lawrence on August 20, 1999 at 13:25:24: - feedback #393
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Addition: In the JavaScript Links FAQ, some mention should be made of the constraint that IE4 has with location.search/query string when reading from a local file. IE5 and NN4.6 handle it fine. Just IE4 <sigh>.
Sent by doy jimenez on August 20, 1999 at 17:04:45: - feedback #396
Worth: Very worth reading
Comments: I love this site. More power to the entire irg.org team. doy 21 Aug 1999
Sent by Pankaj Kamthan on August 28, 1999 at 14:38:45: - feedback #416
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: This is in reference to the VBScript FAQ. 1. "What did you think of this article?:" for this feedback is an inappropriate question (as this is an FAQ). 2. The FAQ is a good start! 3. It may be useful to divide the Q/A's into sections (General, Syntax, etc.) with a TOC. 4. It may be useful to enumerate the Q/A's. 5. "Which platforms support VBScript?" is slightly misleading and unnecessary. VBScript is not compiled/interpreted on a "platform" but rather interpreted by a browser. Q3 answers which. 6. The last Q/A is not clear. The question should be "What is the difference between a Function and a Subroutine?" (There is also no "Sub-Procedure" in VBScript. There are subroutines which are represented by a Sub ... End Sub construct.) The difference is unclear as well. There are subtle differences, such as a function MUST return a value, which should be mentioned. 7. A useful question that could be added is: What is the difference between JavaScript and VBScript? Which one should I use when and why? This will of course require some thinking and expertise in both. Suggestions: VBScript is Microsoft proprietary and there is no movement for a standardization, unlike JavaScript; VBScript has a much stronger support for ActiveX controls, and in general closer ties with the Windows family-based technologies, unlike JavaScript; VBScript may be a more familiar path for those versed in Visual Basic.
Sent by Michael D. Crawford on September 01, 1999 at 08:30:43: - feedback #422
Worth: Very worth reading
Comments: Here's a question answered for your FAQ. I just about went out of my mind tonight trying to figure this one out: Q: When I try to run a program that includes javax.comm in the debugger, I get an error saying that win32com.dll is not in the shared library path. But the dll is in the bin directory. A: The error message is misleading. The java_g debugger loads dll's with "_g" appended to the name. This is meant to allow for debugging versions of the native libraries, but in fact you don't need a special version. Just make a copy of win32com.dll and name it win32com_g.dll
Sent by P Walker on September 02, 1999 at 06:12:03: - feedback #427
Worth: Very worth reading
Comments: Very good page. Well done.
Sent by Doug Blake on September 06, 1999 at 06:03:46: - feedback #436
Comments: I have been trying to access the database from the UK. Where sites allow, I can download at over 360kbps but it takes over a minute for me to get from one of your pages to another. Is something amiss at your end?
Sent by Guillaume on September 06, 1999 at 15:29:06: - feedback #438
Worth: Not worth reading
Comments: because you don't answer questions :((((
Sent by Tyler Bannister on September 07, 1999 at 09:31:26: - feedback #439
Worth: Worth reading
Length: Too long
Technical: Just right
Comments: FAQ 699 and FAQ944 are the same question.
Sent by Tyler Bannister on September 08, 1999 at 14:15:38: - feedback #441
Comments: FAQ 1083 and FAQ1085 are the same question.
Sent by rajesh chakravarthy on September 09, 1999 at 10:24:17: - feedback #445
Worth: Very worth reading
Comments: excellent
Sent by Paul Shields on September 13, 1999 at 11:15:16: - feedback #459
Worth: Worth reading
Comments: where can I submit javascript bugs and workarounds? here is a IE4 javascript bug.. We have a string s, and we want to search for the literal slash character, but if we use s.search('/'), then IE4 reports 'syntax error in regular expression' Netscape and IE5 handle this without error. The workaround is to use the indexOf() function.
Sent by Jeff Lindstrom on September 19, 1999 at 11:06:03: - feedback #473
Comments: Your page at http://www.irt.org/script/vbscript.htm and your page on CSS have subject headings that say: irt.org | Knowledge Base | JavaScript | I presume the reference to JavaScript is an error. On the whole, though, your site is interesting. Jeff.
Sent by Pankaj Kamthan on September 21, 1999 at 01:15:14: - feedback #477
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: ASP FAQ 1. Good start! 2. Many Q/A's are supported with actual code, which is very encouraging. 3. A useful Q/A might be: Q. On what O/S's is ASP available? (This is related to Q. 5802.) A. Windows NT. (More?) 4. Q5811 seems to have a typo. This question may be more suitable for the VBScript FAQ. 5. Another useful Q/A might be: Q. Where can I learn more about ASP? Is there any documentation available. A. Links to ASP area in Microsoft MSDN.
Sent by rajesh on September 28, 1999 at 11:07:42: - feedback #486
Worth: Worth reading
Comments: I have asked for some doubts as questions long back. I am eagerly seeing for the solutions on your site . Kindly respond
Sent by Graham Rothwell on October 11, 1999 at 06:18:51: - feedback #507
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: This is a truely excellent site, more valuable than any text book I have read. I have a small something to contribute. Not really an answer to a question, but something I have found useful. I have been trying to get a Javascript (for IE) to allow me to click on a button on the left frame to print the right frame. onClick="parent.right.print()" wouldn't work but onClick="parent.main.focus();window.print()" does. I hope this is of some use. Once again thanks for all your help. Graham.
Sent by Bob Blankenship on October 17, 1999 at 20:07:33: - feedback #519
Worth: Worth reading
Length: Too short
Technical: Not technical enough
Comments: Re JavaScript FAQ/Windows #272 Can't make solution with hidden frame work when parent window is reloaded. Evidently I don't know how to make hidden frame have any connection to the JavaScript function. Help appreciated. Thanks.
Sent by Philip Bretherton on October 18, 1999 at 14:35:01: - feedback #520
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Your huge list of FAQ's have been an invaluable aid in helping me learn Javascript, keep up the good work!
Sent by John Handy Bosma on October 19, 1999 at 17:59:21: - feedback #522
Worth: Very worth reading
Comments: You have amazing resources on JavaScript -- the best I've seen. However, I'd suggest that your answers on reading/writing text files are not entirely accurate (see list below). The basic contention of most of these answers is that JS (or client-side JS) can't read or write text files. However, when combined with HTML, it can do so quite easily. All you really need to do is, for example, use the src attribute for div, layer, or ilayer. Using these, one can include text files that can be read... even delimited files. Moreover, it is quite possible to open a new blank file in a frameset and write contents, even delimited contents, to the document in that frame. The user then can save that file. Moreover, both IE 4 and Netscape 4 support file upload ... you just need the right permissions. It is the client-side JavaScript that accomplishes this, NOT server-side JS. Client-side JS can also manipulate HTTP requests, including FTP, which one of the answers says is impossible. But it is. This doesn't require server-side JS, just having your server set up properly -- things like knowing the password. Finally, the answer to FAQ 994 contradicts several of the other questions... Question List: 19 101 267 270 425 498 525 734 994 Still, this is a great, great site.
Sent by Edwin van Slingerlandt on October 20, 1999 at 08:32:15: - feedback #525
Worth: Worth reading
Comments: There are some problems not resolved... NN4 does not handle the onResize event correctly. Apparently, the resize event triggers both in a "true" resize event AND on adding/removing scrollbars. To further complicate things: When using a frame with scrollbars disabled, the resize event does not function at all... I think this is related to the scrollbar-stuff. Why do I bother to mention this? Because all DHTML content is lost onResize in Netscape. Also an item that was overlooked on this page... For he rest: GREAT resource you have running here. It's on top of my bookmark-list :)) Greets! Edwin
Sent by David Swain on October 20, 1999 at 11:01:14: - feedback #527
Comments: Errr...You can add this to the FAQ for Cold Fusion; "How to display all the current session variable name/value pairs currently residing in memory(ram)" <cflock timeout="30" name="#session.sessionid#" type="readonly"> <cfloop collection=#session# item=y> <cfoutput> key= #y# (Value = #session[y]#)<BR> </cfoutput> </cfloop> </cflock>
Sent by Gregoire Welraeds on October 21, 1999 at 20:12:03: - feedback #533
Worth: Very worth reading
Comments: The best knowledge database I found about Javascript (nealry completed :) ! and with good organisation.
Sent by Syed Shariq Zeeshan on November 02, 1999 at 07:35:57: - feedback #554
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: What a site! I have found this site a valuable and wonderful resource not only for myself but for almost every Web Developer.And I keep telling my friends of this site.
Sent by Tatu Jäppinen on November 03, 1999 at 00:44:25: - feedback #559
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Thanks for this great site! Would it be possible to download those FAQs as zip-file? I'm not trying to find a particular answer but they are good to read and it's awfull expensive to read them online. (Of course I could use my browser "Get item for offline reading" but that's not se good choice..)
Sent by Tatu Jäppinen on November 03, 1999 at 09:09:59: - feedback #561
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: I'm REALLY sorry about my yesterdays question. For some reason my browsers background color was almost exactly the same with Downloads-link. So please forget it :)
Sent by sholby on November 04, 1999 at 07:40:26: - feedback #566
Worth: Very worth reading
Comments: I'm an old "customer" of irt.org, and i still find the information of great help. 2 comments : - If visited links used a different color, it would help to see at a glance what articles or faqs have already been read in a long list of items - Search seems less accurate than it used to be. I guess that comes from the increasing number of pages. It could be interesting to have the choice of selecting only part of the Knowledge base, e.g., searching in FAQs only. Best regards, sholby
Sent by Duncan Goodall on November 17, 1999 at 05:35:23: - feedback #595
Worth: Very worth reading
Comments: The faq section is great. Its a 100% favourite with this programmer!
Sent by Timm Niswander on November 19, 1999 at 07:55:12: - feedback #602
Worth: Very worth reading
Comments: This site ROCKS! I have learned all my JavaScript skills from reading your FAQ's. It's sometimes difficult to do what I am trying to do, simply because I don't know all the ins and outs of java, so looking at your FAQ examples can be confusing to me. There doesn't seem to be any FAQ sites anywhere with many MATH or CALCUALATION examples. I usually get frustrated with learning how to do some of the things my clients need because most of the time all I can find on the Web is stuff about frames and form validation and popup windows (Don't get me wrong - I need that knowledge too) but nothing for numbers anywhere. Do you know of any sites that can provide calculations and Math assistance and examples? Thanks in advance...
Sent by Roggie Boone on December 09, 1999 at 10:38:59: - feedback #661
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: Thanks for the web site. I noticed a few problems with the javascript given in Javascript FAQ Q1106: 1) the variable tRows is defined as an array, but the name used after that it "tRow" singular. I think the array definition should just be tRow = new Array() 2) the first use of "text = <form><table>" uses "text" with a small t, but subsequent uses all use "Text" with capital T and so two different variables are being used. 3) The final assignment to Text is "Text = </form></table>" but it fails to put the "+" sign in front of "=" to make it a concatenation. Fixing these things allowed the script to run for me.
Sent by CH.KRISHNA KUMAR on December 11, 1999 at 10:32:42: - feedback #663
Worth: Worth reading
Comments: send me the ColdFusion Examples
Sent by howie Kolson on December 17, 1999 at 13:35:45: - feedback #669
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Just a comment, you can ignore me if you like, I am by no means a javascript guru or anything, but in your FAQ 203 in the javascript links section (opening anchors using a drop menu) it turns out that if you replace the 'filename.html#' with just '#' the script still works, and actually works faster because it doesn't reload the page and then jump to the anchor, it just jumps. Anyhoo, hope I could be of some help, you've got a great FAQ here, the best I've found so far, keep up the good work... - Howie "Crash" Kolson
Sent by satsh on December 22, 1999 at 02:53:52: - feedback #674
Comments: how can i draw a vertical line by using html tags.
Sent by Chris Lofback on December 29, 1999 at 14:42:32: - feedback #688
Worth: Very worth reading
Comments: Bill Huggins, the point of contact for your ColdFusion FAQ, was a friend and colleague of mine. He died suddenly about three months ago. It would be a great waste to see his contributions to irt.org go untended, so I'd like to offer to take over for him. I have over five years experience in web development and two years in ColdFusion. Please let me know. Thank you, Chris Lofback
Sent by Karen Rosin on December 29, 1999 at 15:01:15: - feedback #689
Worth: Very worth reading
Comments: I'm using lot's of websites trying to find solutions to script problems and I've never came across to something like this. Very wort reading indeed. Very nicely done!!! Keep up the great work!
Sent by Mike on January 15, 2000 at 17:04:54: - feedback #738
Worth: Very worth reading
Length: Just right
Comments: http://developer.irt.org/script/284.htm has a typo, document.myform.mytext..value should be document.myform.mytext.value
Sent by Wayne Warren on January 21, 2000 at 09:41:10: - feedback #753
Worth: Worth reading
Comments: SUGGESTION: Because someone may be in a hurry to find a solution, I think it would be very helpful if you were to put a SEARCH KEYWORD at the top of the FAQ list of questions so the user does not forced to read every single question trying to find the one that will help him/her. I know I would have appreciated it. I did use the SEARCH on the irt.org articles and I found some of those interesting but my above suggestion still strongly stands!
Sent by Jeena on January 21, 2000 at 23:58:56: - feedback #756
Worth: Worth reading
Length: Just right
Technical: Just right
Comments:
Hi, this has reference to question no. 4036 - about javadoc. Do tell me more about that, and how to use javadoc. When I gave "javadoc java.awt.Button" in the MS DOS prompt it gave me an error: "javadoc: No package, source or class file found named java.awt.Button". Thanks, Jeena
Sent by Anand on February 08, 2000 at 14:48:05: - feedback #798
Worth: Very worth reading
Comments: Find Very very interesting
Sent by Dominic Tocci on February 10, 2000 at 14:53:15: - feedback #807
Worth: Very worth reading
Comments: I love your javascript FAQ's. They are my primary resource while coding. I came across a problem that I couldn't find on your FAQ's, so I thought I would submit it. Using CSS Style Sheets, I wanted to be able to change the class of a table cell, instead of just changing one attribute of the style. In other words, I wanted to change the background color, text size, and text color all at once. The way to do something like this is outlined in this small sample below. I believe this only works in IE. Hope this adds value. Dominic <HTML> <HEAD> <STYLE TYPE="text/css">
</STYLE> </HEAD> <BODY> <table> <tr><td onmouseover="this.className = 'bright'">Bigcharts Nasdaq % Gainers</td></tr> </table> </BODY> </HTML>
Sent by Upender Reddy on February 12, 2000 at 06:33:04: - feedback #812
Worth: Very worth reading
Length: Too short
Technical: Just right
Comments: I am not able to access FAQVBScript, can you send when server will up for FAQVBScript, so that i can able to go through it. This site isvery useful and worth while Thank you Upender Reddy.
Sent by weaver on February 16, 2000 at 04:44:06: - feedback #823
Worth: Very worth reading
Comments: Awesome! Easily the most comprehensive and easy to use site of its kind I've ever found. I love it!
Sent by mr veschi on February 17, 2000 at 01:42:02: - feedback #826
Worth: Very worth reading
Comments: irt.org is simply the best for its huge database and faqs!! And each time I send a question, when it is not a too stupid question, I get the answer a day later. Thanks a lot.
Sent by Cyrille CHAGNON on February 18, 2000 at 04:20:25: - feedback #829
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: Very fast (I am in France) and very clear for the user. Congratulations to the team
Sent by Ronnie Gibson on February 18, 2000 at 04:36:25: - feedback #830
Comments: It might be worth reading if I could get into the flippin thing. I tried a couple of the links and left them both for several minutes and nothing happened. Not impressed. Ronnie
Sent by Forrest on February 21, 2000 at 13:14:10: - feedback #836
Worth: Very worth reading
Comments: I can't believe this overwhelming amount of information. I am very much a beginner in JavaScript and have spent 3 days on the Internet, looking for some answers to my questions. All the long every answer was right here. This was very useful for me and has now become a bookmark in my browser. Whoever does this, THANK YOU, THANK YOU, THANK YOU!!!
Sent by Schnucki on February 23, 2000 at 07:02:07: - feedback #846
Worth: Very worth reading
Length: Just right
Comments: I just wanted to let you all know: KEEP UP THE GOOD WORK ! The FAQ have helped me so much and saved me so much time digging for answers...I really really appreciate your work...be blessed ! ;> the first results of what I have learned you can find on www.soultwins.de if you are interested ;> Love Light & Peace very thankfully Schnucki
Sent by Andrew Tweedie on February 27, 2000 at 01:23:22: - feedback #867
Worth: Very worth reading
Comments: Very stimulating and lots of new ideas generated BUT I did not find the answer to my problem. I appreciate you cannot answer all questions but I offer it in case it is of interest to future FAQ. If I open a new window using JavaScript, and then provide a link from that window to another site, the receiving site's log file does not show my site as the referring site (whereas it does if the link is in the base window)
Sent by Joe Sasiadek on March 10, 2000 at 08:59:36: - feedback #914
Worth: Very worth reading
Comments: Best Knowledgebase I've every found on Javascript (and I've been hunting for answers for months, and I do have "Mastering Javascript", Jaworski). I have rarely found such logical questions much less such logical clear answers as I found in your knowledgebase. (I consider your FAQ Questions logical because they are the same ones I ask). Great work... Now I'll go back to see if I can find something of your's to buy.
Sent by Schöllmann on March 14, 2000 at 14:59:29: - feedback #930
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Some problems with netscape and IE could also be explained, but very good ideas for my work concerning sound and html!
Sent by Dave Parsons on March 14, 2000 at 15:22:34: - feedback #931
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Thank God you guys put this thing together! I am a just-past- beginner HTML & JavaScripter and I find my self frequently returning to these pages for answers to my questions. It may take a little digging, but I always find out what I need to know. Thanks for such a useful site, Dave
Sent by Mark Simon on March 15, 2000 at 08:44:50: - feedback #935
Worth: Worth reading
Comments: How can I put a Rollover Button in a table? I have created a rollover in ImageReady but don't know how to incorporate in my webpage. I have HotMetal 4.0 and find no documentation in the manual to do this. Mark
Sent by Ben Warner on March 21, 2000 at 21:33:57: - feedback #963
Worth: Very worth reading
Comments: ....Except, over the past week or so, your site has been painfully slow. I have had to search for alternate FAQ sites. What's going on?
Sent by Roberto Bignami on March 22, 2000 at 08:08:14: - feedback #965
Worth: Very worth reading
Comments:
If you want to use an image to print in Explorer and Netscape I wrote this script: <script language="javascript"> </script>
Sent by Deb King on March 31, 2000 at 07:35:26: - feedback #1024
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: I just went through and read your FAQ, it's the best, most direct support I've seen. Many thanks.
Sent by RaghuLakshmanKumar on April 09, 2000 at 06:08:50: - feedback #1061
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: THANKS FOR PROVIDING GOOD HELP PLEASE CONTINUE IN FUTURE VERSIONS ALSO. IF UR UPDATING THIS KINDLY INFORM TO ME. BY RAGHU
Sent by Michelle Kinsey-Clinton on April 13, 2000 at 11:44:21: - feedback #1086
Worth: Very worth reading
Comments: I lurrrve your site: if the official Netscape documentation isn't lucid enough to tell me how to accomplish what I want to do in JavaScript, I come straight to irt.org. But here's a suggestion---I know you guys have, somewhere, some big giant page that has ALL the javascript FAQs. I know this because I have it bookmarked... one one of my browsers on one of my machines... but I can't find the bookmark and I can't find a link to the "all" page from your main page and it sure would be nice to have a glaring and obvious pointer to that where lost & confused people like myself can find it. It'd be a great help. Thanks!
Sent by Daniel Bell on April 16, 2000 at 10:06:02: - feedback #1095
Worth: Very worth reading
Technical: Not technical enough
Comments: My only complaint is this... You keep refering to this '#' as the pound sign. It isnt the pound sign, it is known as a hash. The pound sign is the squiggly f that is used to denote british currency. Other than that, cool site.. a very worthy read!
Sent by sudheer on April 24, 2000 at 13:27:34: - feedback #1134
Comments: Dear Sir/Madam, Would you please assist me how to download your faq all at once. suppose i want to download only java faq from your site, i think, it is not possible because you have numbered them. so i have to visit the link every time that i want to download. it is time consuming. The most important thing is people living in third world countries they have to think about money. because in those countries internet connection is expensive. regards, sudheer koneru
Sent by Cody Dempsey on April 28, 2000 at 07:25:28: - feedback #1157
Worth: Very worth reading
Comments: I love your site--I have used it several times over the years and found it to be very handy. I have recently been creating a website for the company for which I work (that was awkward, wasn't it?) and have included a link to irt.org The webaddress is www.comsupport.net Thanks!
Sent by Q827 on May 03, 2000 at 01:02:08: - feedback #1169
Worth: Very worth reading
Comments: Q827 you good people
Sent by Peter Tai on May 05, 2000 at 15:38:02: - feedback #1186
Worth: Very worth reading
Comments: Basically, your website, particularly the JavaScript section has been very helpful. However, sometimes your answer doesn't quite click for me (perhaps, I need more detail or examples). I solved my question to you folks yesterday. Basically, I was bouncing to a subdirectory and the javascript calls couldn't find the files called for. But, now I have a related question. The javascript works but the hourglass keeps on even though the processing has finished. I was thinking that maybe it was return thing so I started adding them. But it doesn't seem to be working. Any suggestions?
Sent by kam on May 08, 2000 at 08:53:46: - feedback #1192
Worth: Very worth reading
Comments: goood site
Sent by Anand Venkatraman on May 16, 2000 at 08:37:20: - feedback #1238
Worth: Very worth reading
Comments: I have a code where we can convert a VB Script Array to Javascript Array in Same ASP Page, I don't know how to contact you people and ask you to publish my article in your site. Can you please help me, expecting a reply. Thanks, Anand
Sent by Baljinder Singh Cheema on May 20, 2000 at 02:01:25: - feedback #1262
Worth: Very worth reading
Comments: One word is enough for it - SPLENDID. It is really very helpful for every class of user.
Sent by Michael on May 26, 2000 at 00:49:26: - feedback #1287
Worth: Very worth reading
Comments: FANTASTIC SITE!!!!! So good that I`m actually filling this out! Keep up the good work!
Sent by Gabriel Feldman on May 26, 2000 at 16:10:31: - feedback #1291
Length: Too short
Comments: I was trying to discover how to call a function from another frame. A popup window should call a function from another already opened window, all, than, modify this alreafy opened window.
Sent by skdass on June 05, 2000 at 00:46:21: - feedback #1319
Worth: Very worth reading
Comments: thanks for nice article on perl
Sent by Marco Valdez on June 08, 2000 at 09:51:08: - feedback #1336
Comments: Your loser ad people break your site... When clicking on a link to get to another section, the advertising server: http://ad-adex3.flycast.com/server/iframe/InternetRelatedTechnologies/FAQs/30 is not up, and my browser immediately reports "Server cannot be reached" ... and I cannnot click back easily to get back to you page. besides your banner ads breaking, you have a great site!
Sent by Cerdan on June 12, 2000 at 09:36:15: - feedback #1357
Worth: Not worth reading
Length: Just right
Technical: Just right
Comments: I think that it will be a good idea to can test the scripts from the page... just a test button for see if it's what we search for... And I personnaly search a long time a possibility to put an html/text file into another in javascript or other... from the command line justlike : file.html?01012000.htm this must replace in the file.html at a selected place with the code from the file 01012000.htm I areardy try shtml and it works, but you cannot use string from command line, It will not work... I see www.jeuxvideo.com use it for example : http://www.jeuxvideo.com/whatsnew.htm?20000609 It takes the template page and include inside the tips/news from the 06/09/2000 . Thanks for any kind of help and excuse me for my poor english. Cerdan / PARIS
Sent by mohammed rafeeq on June 13, 2000 at 01:55:50: - feedback #1360
Worth: Very worth reading
Comments: your site is just excellent,you can improve by increasing your database thanks
Sent by Edward Bishop on June 16, 2000 at 14:50:29: - feedback #1377
Worth: Worth reading
Comments: Re the item on getting other people's classes using a browser: you don't need a non-java browser. All you need to do is write a simple html document that includes a link to the class. Then you can view this page in any browser, right click on the link, and "save the link to disk".
Sent by Faith Moore on June 19, 2000 at 11:00:06: - feedback #1396
Worth: Very worth reading
Comments: This site has been a great reference for me through numerous projects! Thanks!
Sent by Jose Martinez on June 23, 2000 at 08:52:39: - feedback #1425
Worth: Very worth reading
Comments: Extremely usefull! Especially the HTML Q&A Section. I was looking on how to Hyperlink from a button, I typed the question in Yahoo and BINGO your page came up very fast with the practical answer. I was able to use the information and it did work. Good job. We really appreciate your help. Thanks, Department of The Treasury.
Sent by Melvin Shabazz on July 01, 2000 at 16:17:13: - feedback #1451
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: How can I create a unique (non-repeating) list of random numbers?
Sent by Mikko Ohtamaa on July 03, 2000 at 08:02:30: - feedback #1453
Worth: Not worth reading
Length: Too short
Technical: Not technical enough
Comments: Knowledge Base is a wrong term for your JAVA FAQ. "Java from idiots to idiots without any useful information" would be closer the truth.
Sent by Andrew price on July 05, 2000 at 02:50:08: - feedback #1456
Worth: Very worth reading
Comments: This a question can java script open a word doc if i know where on the local hard drive it is ?????????
Sent by Laurie Cooper on July 20, 2000 at 10:21:59: - feedback #1509
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: In Q869, the cloneObject function needs to be corrected as follows: function cloneObject(what) { for (i in what) { if (typeof what[i] == 'object') this[i] = new cloneObject(what[i]); else this[i] = what[i]; } }
Sent by Malte on July 21, 2000 at 05:35:59: - feedback #1519
Worth: Worth reading
Comments: Hi, I am having a problem I can not seem to be able to find a solution for. I am saving a complete array in a cookie and then reload it. (Form var1,var2,var3,...). This works fine in Netscape but not IE. There the cookie is fully saved into the first element of the array only. This is what i do: Set cookie on one page like: var amounts = "amounts"; var amount = new Array(); amount[0] = document.form1.amount_001.value; amount[1] = document.form2.amount_002.value; amount[2] = document.form3.amount_003.value; amount[3] = document.form4.amount_004.value; amount[4] = document.form5.amount_005.value; amount[5] = document.form6.amount_006.value; WriteCookie(amounts, amount, 1000 * 60 * 60 * 24 * 1); then recall it a) on same page (wont work) with: var amount = getCookie("amounts") if (!amount) {amount = new Array(0,0,0,0,0,0,0,0,0,0,0,0)} document.form1.amount_001.value = getCookie("amount01"); document.form2.amount_002.value = amount[2]; document.form3.amount_003.value = amount[4]; document.form4.amount_004.value = amount[6]; document.form5.amount_005.value = amount[8]; document.form6.amount_006.value = amount[10]; and b) on a different site with: var amountstobuy = getCookie("amounts"); and then addressing the elements. As said, it doesnt work in IE, I already altered the script so that IE saves it with ',' as well but still no help. I would be really thankfull if you could help me with this.
Sent by Lee Anne Phillips on July 24, 2000 at 20:45:25: - feedback #1526
Worth: Not worth reading
Comments: In the discussion on popup windows, nowhere do you seem to say that using popups causes severe problems for users with motor and/or vision disabilities. This is a serious flaw. You seem to concentrate on showing developers how to do this "cool" thing without mentioning that it's an arrogant technique that actually causes a site to become inaccessible to many disabled users. On many sites, this is a violation of the ADA (Americans with Disabilities Act) and can make an organization and/or designer subject to substantial penalties in an equal access lawsuit, including being forced to totally redesign the site without further payment.
Sent by Manoj on July 30, 2000 at 15:26:51: - feedback #1554
Worth: Very worth reading
Comments: Keep up the good work.
Sent by Ed Bradburn on August 02, 2000 at 10:20:56: - feedback #1568
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: This site rocks. May it never leave the web!
Sent by uli on August 02, 2000 at 10:34:00: - feedback #1569
Length: Just right
Comments: faq 867: this will set the browser window to the resolution dimension, and if i add a moveTo(0,0) it gives me enough space, but can't i just set the window to fullscreen mode ? tanx, uli
Sent by Jeremy on August 02, 2000 at 23:00:43: - feedback #1572
Comments: In the Javascript Document section, FAQ 1160 the writer asks if the title bar can be remove.Your answer was no, but you can remove the title bar(MSIE5 only).use this in your script: window.open("http://www.irt.org","newWin","fullscreen=yes"); you will need to add a close button.
Sent by Shabbir Yousuf Ali on August 07, 2000 at 03:52:46: - feedback #1586
Worth: Worth reading
Comments: i want to submit a question related to javascript, but there is no javascript category in "Question.htm" file. please tell me whats the problem. any way i m writing my question below *********************** using JAVA SCRIPT , how can i know that the printer is attached with my computer or not. i have tried "window.print()" method in IE5 and netscape 4.0x or higher. In IE5 i always get a prompt but i never get any prompy in netscape 4.0x or higher. so tell me is there any way in javascript to find out that the printer is attached with the computer or not. *******************
Sent by Nsavvy on August 07, 2000 at 07:19:05: - feedback #1587
Worth: Worth reading
Comments: no comments
Sent by raja mandiga on August 09, 2000 at 09:27:20: - feedback #1600
Worth: Very worth reading
Comments: Ilove your FAQs list which solved a big issue of our Intranet Appication. Used Javascript from ur List of FAQs. thanks,
Sent by lynda on August 10, 2000 at 01:14:59: - feedback #1605
Worth: Very worth reading
Comments: i have a ? i keep get java scrip corruped. tells me to upgraded& no midi at all what do i do ?
Sent by Jessica Spinosa on August 10, 2000 at 10:43:42: - feedback #1609
Worth: Very worth reading
Length: Just right
Comments: This is by FAR the most comprehensive, easy to use and most useful javascript site I have ever seen. I use it every day. GREAT job and thanks!!!! Jess :-)
Sent by Geoff on August 10, 2000 at 16:32:32: - feedback #1613
Comments: prob with javascript FAQ 116. Should be 'how do i display random text according to day'. points to something else entirely.
Sent by thomas heijmans on August 14, 2000 at 06:14:58: - feedback #1625
Worth: Very worth reading
Comments: excellent webpage, this is truly a treasure chest!!
Sent by Simon Elliott on August 22, 2000 at 09:42:03: - feedback #1652
Worth: Very worth reading
Comments: Great site, use it all the time... one comment in relation to FAQ 1160: can I remove the title bar, it is a little known fact that this is infact possible in IE only, thanks to what should be regarded as a bug, try this... start a screen using the fullscreen + no tools etc. option that IE supports, then using javascript resize commands resize the window, and tada, you have a titlebar-less window, useful, you can add java onclick movement to it too.
Sent by Mike Watson on August 23, 2000 at 16:04:43: - feedback #1657
Worth: Very worth reading
Comments: Solid, concisely explained answers. Great.
Sent by Chris Styles on August 24, 2000 at 08:20:27: - feedback #1665
Worth: Worth reading
Comments: OK, here it is. Absolutly the best site for info on anything webby. However perhaps some more definition between sections would bring the site into line. I am new to the web design arena, I started off looking at CGI to get my mail back form to work and ended up entering the world of scripting etc. After finding some stuff on perl I started to learn (a couple of days ago) this language. I have designed all pages on perl but I have found that I can't do some things and have had to revert to javascript. I have at the mo. explored the Java and VB sections. The VB FAQ seems much more geared up to the new user, the Java script FAQ is much much more comrehensive but does not cater for the beginner. Is there any way that I can get involved in the development of the site from a beginners angle and see some co-ordination between sections, most of which will seem bafling to most people. Kind Regards Chris Styles
Sent by David on August 25, 2000 at 02:40:58: - feedback #1673
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: In javascript:Bookmark FAQ: 545 You are missing out a forward slash in your code <a href="javascript:window.external.AddFavorite('http:/www.irt.org/script/','Javascript FAQ')">Bookmark</a> But it should be <a href="javascript:window.external.AddFavorite('http://www.irt.org/script/','Javascript FAQ')">Bookmark</a> please Look at that Best regards David
Sent by pawan kumar singh on August 30, 2000 at 02:04:49: - feedback #1684
Worth: Very worth reading
Comments: i would like to congratulate and thank complete irt.org team for provideing means of refrence for developers.
Sent by Cori on September 14, 2000 at 13:40:49: - feedback #1751
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: In a word - WOW. I've been doing web development for 4+ years now, and I STILL forgot this syntax or that syntax for client-side javascript stuff now and then. Time and time again I come to your AWESOME site and find the answer within seconds. It's one of the few of many bookmarks I goto first. I just wanted to let you know I do appreciate the content, the layout, and the overall directness of this site. Thank you and keep up the good work.
Sent by John on September 19, 2000 at 11:09:40: - feedback #1769
Worth: Very worth reading
Comments: Great site... All the answers all the time. Thanks.
Sent by kelly park on September 21, 2000 at 11:28:33: - feedback #1776
Worth: Very worth reading
Comments: Your site is absolutely the best. I use it every day to help me not look like the asshole that I am. Your site has helped me keep my job. I will send you a portion of my check. Yeah right, I really should but I'm not going to. Thanks
Sent by I.S.Singh on September 22, 2000 at 02:15:16: - feedback #1777
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: The FAQS were very helpful. But my own problem has not been answered so far. And when I asked a java/javascript question I was surprised that in the category, no mention of these two were there.The nearest one was HTML, so I had put the category as HTML. My problem is this : How do I open a small child window from an applet button and after performing something on the child window, how do I close it and open the new page in the parent window containing the applet? I haven't found any FAQ matching to this. So I'll be grateful to whoever answer this.
Sent by Leo on September 25, 2000 at 21:21:43: - feedback #1786
Worth: Very worth reading
Comments: Hey! You're site isn't pretty but you got my bookmark! Extremely useful site. You've helped me out on many occasions. I really appreciate the work you have done and to all who contribute to your site's content. I'm glad there are people out their who freely contribute their skills to assist others. I hope to contribute to your site in some way in the future! Leo
Sent by Dominic Tocci on September 27, 2000 at 13:46:29: - feedback #1800
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Your FAQ knowledge base, especially for javascript, is my favorite javascript resource on the web. It's coherent, easy to navigate, and complete. Congratulations and keep up the good work. I don't know what I would do without irt.org.
Sent by Pauline on September 29, 2000 at 01:56:06: - feedback #1807
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: I find the FAQs very useful. I am a regular visitor to the Javascript, VB Script and HTML sections. I also intend to make full use of other sections as well.
Sent by Johan Nordberg on October 10, 2000 at 12:25:32: - feedback #1846
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: I just wanna say thank you. I've just started learning javascript and this site is a big help. It has a good mixture of simple and advanced examples. Keep on doing a great job.
Sent by bob basqeus on October 10, 2000 at 23:02:43: - feedback #1852
Worth: Very worth reading
Comments: This is great, I just found the pages. Even if they don't don't work. One suggesttion though, is it much trouble to actually have working links of the FAQ answers?
Sent by Wray Smallwood on October 11, 2000 at 10:27:41: - feedback #1853
Worth: Very worth reading
Length: Just right
Comments: FAQ 17 should be updated as Jscript is now at: http://msdn.microsoft.com/scripting/default.htm
Sent by JustAnother on October 19, 2000 at 17:58:42: - feedback #1885
Worth: Very worth reading
Comments: great tool, I use you guys anytime I get stuck. and the best thing is....you usually have the answer Im looking for. Please keep this website up!
Sent by Fredrik Ahlstrom on October 24, 2000 at 07:16:16: - feedback #1904
Worth: Very worth reading
Comments: A truely excellent site! One wants to build new pages without any delay.
Sent by venketroyalu on October 24, 2000 at 08:57:45: - feedback #1905
Worth: Worth reading
Comments: To whom it may concern, Accoring to my suggestion, you can also extend your FAQ knowledge Base in different languages like visual Basic, advanced java, c++, etc.. and some more important thing is that to create more question and answer for all the respective languages(ie., currently available in an online now) Thank you
Sent by Thomas Deeny on October 30, 2000 at 15:43:58: - feedback #1930
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: FAQ 1152 (Javascript Mouse Pointer) asks "How can I get the x and y coordinate of the mouse pointer within the document?" However, the answer given answers the question "How can I get the x and y coordinate of the mouse pointer within the window?" How can I get the x and y coordinate of the mouse pointer within the document? (Meaning: When the page loaded has been scrolled either horizontally or verically, how would one get the x and y coordinates of the mouse pointer with respect to the origin of the page, not the window?)
Sent by Philip Wagenaar on October 31, 2000 at 04:27:17: - feedback #1934
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: I just wanted to let of how much a value the FAQ is to me. When I started working at an ISP, and I had to use javascript on some of our ASP websites, I had zero knowledge of javascript. I started reading some general info and that got me started pretty good. And everytime I had no idea on how to do something in javascript, the anwer was always on your FAQ. It is one of my most used bookmarks. I am very thankfull for your FAQ. Please keep up the good work.
Sent by Will Shaw on November 03, 2000 at 10:20:46: - feedback #1950
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: A useful set of FAQs. I was looking to find out how to manipulate style properties using JavaScript and managed to find what I was looking for easily.
Sent by Brad Thompson on November 06, 2000 at 20:25:09: - feedback #1965
Worth: Very worth reading
Comments: Excellent resource! With a bit a reading and some modification, I was able to do exactly what I needed to accomplish. Thanks...
Sent by Todd VanDenBerg on November 09, 2000 at 15:18:53: - feedback #1979
Worth: Very worth reading
Comments: I just wanted to say thank you for having this kind of site available and so well done. Thanks again!
Sent by Chris Williams on November 13, 2000 at 21:03:50: - feedback #1997
Worth: Very worth reading
Comments: i love your site. I hit it almost every day. But I am stuck with Netscape loading a new src into a layer but it doesn't appear. I've tried all your suggestions for changing the src but it doesn't seem to help. What do I do? --chris
Sent by Shobhit on November 15, 2000 at 15:51:00: - feedback #2008
Worth: Very worth reading
Comments: The Material is good. Can you just help me with some of my questions. 1. How can i pass data from a servlet to a powerpoint presentation and populate some fields in .ppt file? 2. How can i know thru java program that a client is online or offline? 3. How can i attach file while sending mail using servlets? Would appreciate if you can respond. Thanks Shobhit
Sent by Chris Clark on November 21, 2000 at 03:29:43: - feedback #2041
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Your knowledge base contained a lot of VERY useful information. I wish I had known about this site months before I finally came here. Fantastic. -Chris
Sent by Eric on December 01, 2000 at 17:48:03: - feedback #2090
Worth: Very worth reading
Comments: great site. I was looking for the next script: a kind of e-commerce script to order product by email. the products are on serveral pages and the visitor can fill in the number of items he want to order.the site is in 2 frames, so after having done productgroup 1 he can go to productgroup 2 (targetframe). when he is finished he clicks on "ready" and then there has to come a totalpage of all the products he wanted to order on the several pages. Its very comples i know that. But i hope you can help me. Thanx. Eric
Sent by eelco on December 13, 2000 at 12:48:26: - feedback #2138
Worth: Very worth reading
Comments: Awesome resource, the best on the web. Practicle questions, practicle answers. Eelco
Sent by Greg Stubblefield on December 19, 2000 at 13:43:26: - feedback #2168
Worth: Very worth reading
Length: Just right
Technical: Not technical enough
Comments: Instead of just "FAQ 150" (for example) as the link, could you also put the browser caveats on the front FAQ page, so that the reader can see what browser each particular FAQ applies to? For example: JavaScript FAQ 537 doesn't say anything about different browsers in the question itself. You have to click the link to find out that the "solution" is: Only in MSIE4+ If that info was on the previous page, the user would be better informed (sooner informed). Thanks! Either way, good job! Greg
Sent by Mikel Grdic on December 22, 2000 at 22:59:57: - feedback #2175
Technical: Not technical enough
Comments: I'm trying to learn javascript and I thought I might try to add some sound to my web site... anyways, every one of the sound programs provided here do not work. My browser always says that it's having trouble with a plug-in. However, all the sites I visit that contain sound work perfectly.
Sent by Jason Opremcak on December 27, 2000 at 09:38:49: - feedback #2179
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: You guys are amazing. I just wanted to let you know how helpful I find your site. I am here at least once a day researching something. Thank you and keep up the good work!
Sent by Shannon Rundquist on January 05, 2001 at 18:50:23: - feedback #2214
Worth: Worth reading
Comments: What would it take to have another Knowledge Base item created? There is a strong need for a WebObjects Knowledge base. Thanks!
Sent by Kristina on January 15, 2001 at 10:46:50: - feedback #2244
Worth: Very worth reading
Comments: There's one bug I didn't see here: In Netscape 3, when multiple <script></script> tags are enclosed in a table, e.g. <table border=1> <tr> <td> <script> function () { document.write("blah");} function(); </script> <script> function2 () { document.write("blahblah"); } function2(); </script> </td> </tr> </table> Netscape 3 will show the source code on the page of all scripts after the first one, however, it will also do the document.writes. Weird. The only thing I could think of to fix it was just don't put multiple scripts in a table for Netscape 3.
Sent by Mike Sadka on January 17, 2001 at 04:41:36: - feedback #2251
Worth: Very worth reading
Comments: Dear irt people. I think your site is excellent, and as a novice programmer have found it incredibly useful - thank you very much. However, I may be wrong, but I think the script offered in answer to Q1048 ("How can I close the child window when I close its parents") does not work. I have followed your example very closely, but when I try to run the script, I get a "windowhandle is null or not an object" error message. I won't insult you by sending you a script that does work - especially since it too almost certainly also came from your own site! Best wishes, and keep up the excellent and very helpful work, Mike
Sent by Philip Bretherton on January 18, 2001 at 09:54:42: - feedback #2255
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: do you have a book which is literally a compilation of the entire FAQ Javascript knowledge base?
Sent by Gautam Vegad on January 22, 2001 at 23:59:03: - feedback #2265
Worth: Very worth reading
Length: Too short
Technical: Just right
Comments:
first i must congragulate your team for making a wonderful site. This site is very simple to browse,easy to understand. the matter are quit informative. keep it up. plz. include sql,oracle and other database faq.
Sent by Peter Bisset on January 24, 2001 at 19:44:03: - feedback #2279
Worth: Very worth reading
Comments: It helped me solve a problem - thanks a million!
Sent by Darryl Hebbes on January 26, 2001 at 07:41:24: - feedback #2285
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Brilliant.... after 5 years of coding on the web, 5 awards, I rate this THE best help site around. ta
Sent by Michelle on January 30, 2001 at 13:06:07: - feedback #2298
Worth: Worth reading
Comments: Just thought I'd let you know that Q1341 ("How can I determine the height and width of the window or frame?") in the JavaScript FAQ is out of date for Netscape 6---it sniffs for document.layers or document.all and of course NS6 don't play dat. If, in the future, you all are ever masochistically compelled to do a major rework of this site, it might be nice to include browser compatibility info with the FAQs. Thanks! m
Sent by Jeremy on January 31, 2001 at 09:00:21: - feedback #2306
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: This site rocks. You all rule.
Sent by Russ Swift on February 02, 2001 at 14:04:32: - feedback #2322
Worth: Very worth reading
Comments: Your JavaScript FAQ is fabulous. I've been a long time user of http://javascript.internet.com/, but it's been buggy lately and I can't find scripts/answers that I need. Your FAQ is well organized and extremely helpful. I've used the ASP FAQ too, which is great. Keep up the good work. Russ Swift Web Developer
Sent by Aimee Richardson on February 05, 2001 at 09:53:46: - feedback #2330
Worth: Very worth reading
Comments: I often spend time looking through the FAQ's to find things I may not know. 99% of the time, the irt.org FAQ Knowledge Base is extremely helpful and informative. I think, however that you should remove or change "FAQ 542 How do I make a scrolling message on my status bar?". The only information in that passage is, "Resist temptation - your visitors will thank you for it." Not too helpful and rather opinionated, I'd say.
Sent by Mark Dempsey on February 06, 2001 at 08:57:37: - feedback #2333
Worth: Very worth reading
Comments: I am not commenting on a particular article although I would like to say that your site has given me a great deal of help and as far as I'm concerned, your the best for web programming. There is nothing that I wanted to do that hasn't been in your FAQ and there are links to sites that have the information if I couldn't find it on this site. I thank you very much for this site and will continue to use it for a reference.
Sent by James Macdonald on February 09, 2001 at 05:27:12: - feedback #2348
Worth: Very worth reading
Comments: Excellant, found answer to question in no time after spending to long looking in other places.
Sent by gkboomus on February 13, 2001 at 07:46:08: - feedback #2358
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: This is a good thing. You should keep going. Also a hacking faq would be cool.
Sent by Mike Birtwistle on February 20, 2001 at 03:26:17: - feedback #2399
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: 6 months ago I knew nothing about Javascript so I did a tutorial on it. However I kept getting stuff wrong - then I found this. Keep up the great work.
Sent by Jeremy Proffitt on February 24, 2001 at 20:57:28: - feedback #2417
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Excellent Source, It's now a perminate book mark for me! Thanks!
Sent by Jeroen Koning on February 26, 2001 at 05:57:18: - feedback #2424
Worth: Very worth reading
Comments: There is an error in the text of Q73 that you might want to correct. Below I copied part of Q73, and used UPPERCASE to indicate the error (two times 'parent. was left out). And I suggested a clearer link between the two chunks of source. [Use lowercase if correcting] Plus: A Hint at the top to only use the bottom solution is useful: the step-up solution in the middle contains errors too. _______________________ Ken Tholke writes: <html> <head> <title>Parent Frame</title> </head> <frameset rows="90, *"> <frame name="header" src="name.html"> <frameset cols="18%, 82%"> <frame name="navigator" src="NAVIGATOR.html"> <frame name="display" src="still_yet_another_name.html"> </frameset> </frameset> </html> Again, the key is to put the focus on the frame that is supposed to be printed, by invoking "focus()" first. SOURCE FOR NAVIGATOR.HTML <html> <head> <title>Navigator Frame</title> </head> <body> <form name="PrintA"> <input type="button" name="PrintB" value=" Print " onClick = "PARENT.window.display.focus(); PARENT.window.display.print()"> </form> </body> </html>
Sent by Edward de Leau on February 27, 2001 at 14:40:53: - feedback #2431
Worth: Very worth reading
Comments: I visit this site often, one of the most usefull in my shortlist. Thanks for putting all this info online.
Sent by Scott on February 28, 2001 at 08:05:27: - feedback #2433
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: This is my first stop for any web questions.....
Sent by Michael on March 08, 2001 at 19:34:35: - feedback #2467
Worth: Very worth reading
Comments: Fantastic site. Best JavaScript resource on the web.
Sent by Kenneth Kawamura on March 08, 2001 at 19:42:09: - feedback #2468
Worth: Very worth reading
Length: Too short
Technical: Not technical enough
Comments: minor correction: "hode the form" should be "hide the form" in Q1732.
Sent by Adrian Sach on March 13, 2001 at 14:37:57: - feedback #2484
Worth: Very worth reading
Comments: Excellent and very useful! Thanks.
Sent by Sharon O'Doherty on March 15, 2001 at 06:01:45: - feedback #2490
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: This excellent resource is invaluable when your job involves developing, your work load is large (but manageable) and you have no time for books. Please keep it going ! :)
Sent by Andre on March 15, 2001 at 15:07:54: - feedback #2492
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: This is an excellent site. I can get answers to Javascript questions quickly. Keep up the great work.
Sent by Sailaja Brahmandam on March 19, 2001 at 19:06:29: - feedback #2508
Worth: Very worth reading
Comments: This is the utlimate JavaScript bible on the net. I come to this site whenever I get any doubt in JavaScript and I find answers to all my questions. Thanks a lot for providing this to web developers like me.
Sent by Woojin Choi on March 31, 2001 at 08:56:13: - feedback #2568
Worth: Very worth reading
Comments: Beautiful. Need more about jsp, servlet, EJB. Very helpful anyway. Thanks a lot.
Sent by Ryan on April 04, 2001 at 18:24:28: - feedback #2585
Comments: About a year ago i was working as a tech support rep for an ISP in Ontario Canada. I had time to kill so i started reading over the JavaScript faq and making my own little JS pages just to learn from. I ended up learning a lot from Martin!! From JS i branched off into PHP, an easy step. I learned a lot of DHTML too... Now (a year later) i'm working as a senior web developer and making more than twice what i was a year ago, and this is just the start! The short version of the story is that i learned everything i know about scripting from Martin Web, he's my hero!! Thanks Martin, i really owe you! -Ryan.
Sent by bal on April 09, 2001 at 11:00:06: - feedback #2602
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: Why haven't I found about this site earlier? This site has been very helpfull. Thanks folks!!!
Sent by Ramon Pujals on April 12, 2001 at 09:16:13: - feedback #2615
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Great FAQ. It's very useful to me. Thank you
Sent by Naomi Norman on April 23, 2001 at 22:44:35: - feedback #2656
Comments: I have been a frequent user of your site for some time now and I thought I would just let you know that it has been a great resource for me. I turn to it whenever I am stuck on sme obscure problem Keep up the good work!
Sent by satyapal andalam on April 24, 2001 at 03:09:02: - feedback #2657
Worth: Very worth reading
Comments: quick way to find a solution to your common problems.
Sent by FreeSoul on May 01, 2001 at 08:48:50: - feedback #2679
Worth: Very worth reading
Comments: Great Job, Keep it up , i use it to refere very often and always found it so helpful
Sent by Thorsten Reiter on May 05, 2001 at 03:55:55: - feedback #2693
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: brilliant (briliant? brilant?) collection of knowledge - many thanks!
Sent by Pazuzu on May 08, 2001 at 07:51:31: - feedback #2700
Worth: Very worth reading
Technical: Just right
Comments: This is one of the few places I always go to whenever I have a question regarding JavaScript. I often find the answer, and if I don't I usually find enough pointers to know where I have to look.
Sent by Jason on May 09, 2001 at 16:40:31: - feedback #2710
Worth: Very worth reading
Comments: This FAQ is a perfect resource. At least for scripting (my use for it).
Sent by Thank-you on May 09, 2001 at 20:04:27: - feedback #2711
Worth: Very worth reading
Comments: I just wanted to say that I have been using you guys and your infinitie wisdom for a long time and have never said thanks. So, Thanks for all your help.
Sent by Lasse Boren on May 14, 2001 at 11:06:36: - feedback #2726
Worth: Very worth reading
Technical: Just right
Comments: Very good site. Fast and easy to use.
Sent by Arnout de Vries on May 16, 2001 at 06:28:50: - feedback #2738
Worth: Very worth reading
Length: Just right
Comments: I love this site
Sent by Matt McEwen on May 19, 2001 at 05:27:09: - feedback #2748
Worth: Very worth reading
Comments: Thank you for providing such a valuable service. Your time and effort are VERY MUCH appreciated!!
Sent by Bindu on May 22, 2001 at 20:54:25: - feedback #2755
Worth: Very worth reading
Comments: This is the only site where we can get answers for any kind of ASP questions. This is my first choice. Great job!!
Sent by ravikanth on May 22, 2001 at 22:31:35: - feedback #2756
Worth: Worth reading
Comments: This is the utlimate JavaScript and DHTML site on the net. I come to this site very often. I get any doubt in JavaScript and I find answers to all my questions. Thanks a lot for providing this to web developers like me
Sent by Saravanan Sengottaiyan on May 23, 2001 at 10:14:19: - feedback #2759
Worth: Very worth reading
Comments: Probably one of the best JavaScript, DHTML resource on the web. I get an answer to a question right here every time I have a doubt. Great site. Saravanan
Sent by lck on May 24, 2001 at 15:35:54: - feedback #2763
Worth: Very worth reading
Comments: The best javascript resource I've ever found! I use it all the time, thanks.
Sent by www.oiadd.com on May 29, 2001 at 13:58:06: - feedback #2779
Worth: Very worth reading
Comments: This site supplies the best references to javascript I've found so far..the layout is superb!
Sent by Hanno on May 30, 2001 at 09:50:21: - feedback #2782
Worth: Very worth reading
Comments: I use it almost every day, since I am still learning. Should be divided into smaller categories though, cause it often takes too long to search for a specific issue.
Sent by Gnat on May 30, 2001 at 14:47:31: - feedback #2786
Worth: Very worth reading
Comments: I have been using your site for JavaScript reference for the last year. The FAQ has gotten me out of a lot of tight spots... thank you so much.
Sent by Wayne Nolting on May 31, 2001 at 20:57:04: - feedback #2791
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Very good coverage of many useful topics of interest to developers at different experience levels. Well supported by working examples. Please keep expanding this site.
Sent by Md Mohsin on June 02, 2001 at 05:15:28: - feedback #2797
Worth: Worth reading
Comments: Thanks irt for the on line education
Sent by Roji. P Thomas on June 03, 2001 at 05:39:53: - feedback #2798
Worth: Worth reading
Comments: Thanks to the good people at irt. Very useful scripts, not so so ones. Really useful. Thanks
Sent by doug on June 04, 2001 at 12:15:44: - feedback #2800
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Simply the best! This is bookmarked as my only reference site on the Web for JavaScript code. I have been writing scripts for many years and have not found any JavaScript code site that is as comprehensive and EASY TO NAVIGATE as irt.org. Keep up the great work.
Sent by Mario Augusto Rodrigues on June 05, 2001 at 07:43:01: - feedback #2806
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: thanks to share knowlegment, creativity and friendship
Sent by David Wellock on June 06, 2001 at 10:37:49: - feedback #2811
Worth: Very worth reading
Comments: I have been using this site for a long time, I refer to your FAQs before any other means of support. Without wishing to spoil the fun, you guys should be charging for this ! Thank you for all your help.
Sent by Karenna Stuart on June 07, 2001 at 11:36:14: - feedback #2816
Worth: Very worth reading
Comments: Excellent. A real job (and life) saver !!!
Sent by Sabu Chaudhary on June 11, 2001 at 22:29:56: - feedback #2826
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: I enjoyed it and also learned a lot. Thanks guys
Sent by Danny James on June 18, 2001 at 08:16:49: - feedback #2855
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: I always hit your site when I need answers, and I haven't been disappointed yet. Keep up the good work.
Sent by jwall01 on June 19, 2001 at 13:17:40: - feedback #2863
Worth: Very worth reading
Comments: thank you, excellent site filled with eccellent info, great job and thanks again
Sent by Vertigo on June 20, 2001 at 14:29:16: - feedback #2873
Worth: Very worth reading
Comments: Excallent resource, I check here often for my Javascript questions. Superb job.
Sent by Piyas Bandyopadhyay on June 22, 2001 at 03:43:11: - feedback #2879
Worth: Very worth reading
Comments: The MOST HELPFUL SITE FOR JAVA SCRIPT I HAVE SEEN SO FAR
Sent by Suman on June 24, 2001 at 06:55:31: - feedback #2887
Worth: Very worth reading
Comments: This site is a real cool one and is really helpful to me ....Thanks guys
Sent by Brian McGrath on July 02, 2001 at 06:35:25: - feedback #2927
Worth: Very worth reading
Comments: Hi, Wow, great tutorial/FAQ. Really informative. I have one question, which is why I found this FAQ. I would like to make a JS mouseover using a forms submit button. Is there a FAQ or tip on this anywhwere at this site? Most excellent site by the way, Brian
Sent by Chris on July 02, 2001 at 16:52:16: - feedback #2931
Worth: Very worth reading
Comments: When I first started to use IRT (about 15 months ago), the CF FAQs were huge. What happened to them all? Can I help? This is a great reference but there should be more CF FAQs.
Sent by David on July 04, 2001 at 09:08:52: - feedback #2938
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: unrivalled JavaScript reference
Sent by Kailash on July 13, 2001 at 02:30:11: - feedback #2963
Worth: Very worth reading
Length: Just right
Comments: Infact one of the best sites for developer to get the readymade code and exactly what you need for web development .. ....
Sent by spencer carter on July 16, 2001 at 11:14:34: - feedback #2973
Worth: Very worth reading
Comments: this is the perfect resource for the window object utilising javascript. it has helped me immensley
Sent by Ederico Rocha on July 19, 2001 at 05:32:15: - feedback #2983
Worth: Very worth reading
Comments: It is my main resource to all my javascript questions. It is also my top priority when it comes to get javascript references. 2 thumbs and 2 big toes up !!
Sent by Cindy on July 23, 2001 at 03:38:45: - feedback #2996
Worth: Very worth reading
Comments: Excellent Site with lots of helpful script.
Sent by Keshava Raju on July 27, 2001 at 00:38:43: - feedback #3015
Worth: Very worth reading
Comments: This is absolutely fantastic..! Could be made more worthwhile, if an open session is included, where in on-line questions are answered, by Experts Panel. ..but still faboulous..! :))
Sent by Alan on July 27, 2001 at 12:54:23: - feedback #3017
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Fantastic. I appreciate all of the time and effort that has gone into making this knowledge publicly available. Great job everyone, thanks so much.
Sent by Kevco on July 28, 2001 at 09:32:57: - feedback #3023
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: An excellent site, gave me all the answers I needed. Keep up the good work!!
Sent by John Purcell on August 07, 2001 at 05:47:24: - feedback #3059
Length: Just right
Technical: Just right
Comments: IRT is always spot on! Thanks, it's really useful
Sent by GaneshKumar K.R on August 09, 2001 at 01:17:07: - feedback #3068
Worth: Very worth reading
Comments: Very Worth Reading. Really an Excellent site for Developers and also one who looking for good technical resources. Thanks for your support. Ganesh Kumar K.R
Sent by Kim on August 25, 2001 at 12:36:00: - feedback #3091
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Simply the best! This is bookmarked as my only reference site on the Web for JavaScript code. The FAQ knowlege base is very organize, it easy for the people who do not know much about JavaScript code can find the quick answer by looking as the category page.Also it's easy to NAVIGATE as irt.org. The response direct to the person who ask the question also is the best. I can not imagine that they can give me free answer as quick as i just post the question. Keep up the great work.
Sent by Patrik Carlsson on August 30, 2001 at 07:07:11: - feedback #3110
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: There are new issues with IE5.5, NS6 which isn't discussed and applies to many of the .js FAQ's. IE5.5 won't let you load a .js file from dynamically written code unless you make some work-around. Check out: http://www.webreference.com/programming/javascript/netscape6/5.html The tip about loading a temporary .js file that then writes a loader for the real .js file works!
Sent by James cartwright on September 06, 2001 at 11:19:26: - feedback #3135
Worth: Worth reading
Comments: Most of the "answers" given here have the underlying idea that an html page will be loaded in the window. What if only an image will be loading and one would like to perform some of the same functions? One would need to do so from the parent page when initially calling the popup. this is never addressed. Just wondering. JC
Sent by Mayukh Chakraborty on September 15, 2001 at 15:17:51: - feedback #3165
Worth: Not worth reading
Length: Just right
Technical: Just right
Comments: This is a great site! I think it a paradise of java scripts.
Sent by Kim Hubbard on September 19, 2001 at 16:54:41: - feedback #3171
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: If anyone wants addtional code, I expanded on Q916 (sorting a select list dynamically) to change the order dynamically: (add this function) function moveOption(what, where) { // Note that who = option what = list where = +/-1 // -1 moves up the list, +1 moves down the list. var who = what.selectedIndex; var currValue = what[who].value; var currText = what[who].text; if(((who + where) <= what.length) && ((who + where) >= 0)) { what[who].value = what[(who + where)].value; what[who].text = what[(who + where)].text; what[(who + where)].value = currValue; what[(who + where)].text = currText; what.selectedIndex = who + where; } } (add this button) <P> <input type="button" value=" Move Up ^ " onClick="if (document.images) moveOption(this.form.select,-1)">
Sent by Soterro on September 28, 2001 at 07:53:22: - feedback #3199
Comments: I don't know if it's general, but at least in my IE 5.5 none of the redirections worked... there must be a catch somewhere. S
Sent by Starshine on September 28, 2001 at 23:31:35: - feedback #3202
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: a few of the FAQs are really the same question here and there, but of course someone who needs to ask them wouldn't know that :) The very best .js resource I have seen so far - and I've seen a lot - plus, refreshing attitude about letting people use your code snippets. Thanks a million!
Sent by AdamAnt on October 08, 2001 at 03:37:39: - feedback #3227
Worth: Very worth reading
Comments: this is absolutely one of the best sites for quick answers to javascript question / problems. this site has saved me a number of times!
Sent by Franco on October 16, 2001 at 04:55:51: - feedback #3248
Worth: Very worth reading
Comments: Congratulations!. This is a really wonderful FAQ which always solves all the problems I meet.
Sent by Deepa on October 18, 2001 at 16:00:30: - feedback #3254
Worth: Very worth reading
Comments: I was able to get through each of the problems using your website. Thanks, Keep it UP!
Sent by chandler on October 26, 2001 at 07:06:56: - feedback #3270
Worth: Very worth reading
Comments: very very useful site,,I really appreciate your efforts in putting things together. Thx for your help and great work
Sent by Lee on October 28, 2001 at 09:20:54: - feedback #3277
Worth: Worth reading
Comments: Great website guys.Very useful & helpful.
Sent by jwallace on October 31, 2001 at 13:02:33: - feedback #3286
Worth: Very worth reading
Length: Just right
Technical: Not technical enough
Comments: I bookmarked this page at work where I do web development. I love this page.
Sent by Chris Zarbal on November 13, 2001 at 05:59:55: - feedback #3316
Worth: Very worth reading
Comments: I find this Knowledge based site absolutely wonderful. Thanks to all those who contribute to it. Regards, Chris Zarbal
Sent by Martin Buus on November 22, 2001 at 02:57:18: - feedback #3346
Worth: Very worth reading
Comments: VERY VERY USEFUL site. What I've been searching for hours, can be found here in minutes.
Sent by Norm Charbonneau on November 22, 2001 at 11:58:57: - feedback #3350
Worth: Worth reading
Comments: I was looking for a redirect JS which would redirect after a time out with no activity on the page. Your question/ansere # 1677 says it will do this... but I only get an error when I try it... Also to set the time out do you change 10000 in both the js and the call in the body tag? I would like better comments in the JS for us non programmers.
Sent by Cathy Rice on December 10, 2001 at 13:00:01: - feedback #3410
Comments: I just thought I would let you know.... THANK YOU for your site. I just don't know if I could function at my job if it weren't for this site. Everytime I seem to be looking for an answer to something, you have it. Thanks!
Sent by roman gavrilov on December 12, 2001 at 06:26:36: - feedback #3415
Worth: Very worth reading
Comments: Each time I have some javascript problem I can go to this site and I will always find an answer. Very very good site for javascript. I wormly sugest to anybody that dealing with web development to bookmark this site. This site is better than any javascript book. Proven. I would like to see more information regarding javascript in different browsers. As it is known javascript code and variables are different in each browser. Big thank to everybody who working and maintaining this site. Well done people, well done.
Sent by Christian Rii on December 18, 2001 at 15:56:40: - feedback #3429
Worth: Very worth reading
Comments: I have never experienced that my questions wasn't answered when I visit IRT. You rock! Thanks for all the work you're doing! Merry Christmas - from Chris, in Denmark
Sent by Rags on December 25, 2001 at 23:07:29: - feedback #3439
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: Being a Web Programmer, I used to write so many articles on new useful scripts. Out of all other web realted FAQs I have found this source very useful.
Sent by zhun He on January 03, 2002 at 12:41:30: - feedback #3451
Worth: Very worth reading
Comments: Look like the document.layers won't work in netscape 6.1. Also How can I access an element inside a <div>? Like the test2, I couldn't access it. <div id =test1> <div id =test2> </div> </div>
Sent by Carnella Stephens on January 18, 2002 at 07:35:48: - feedback #3502
Worth: Very worth reading
Length: Just right
Comments: I always know that I can come to your site for what I am looking for and actually find relevant suggestions that really work.
Sent by anil on February 08, 2002 at 19:47:28: - feedback #3579
Worth: Very worth reading
Comments: Really helps.. Very less search is required to find anything on IRT, thanks a lot for this effort
Sent by Narissa on March 13, 2002 at 11:31:11: - feedback #3680
Worth: Very worth reading
Comments: excellent last minute reference. Big Thanks to all involved in this site!!!
Sent by Peter Worley on March 15, 2002 at 13:06:49: - feedback #3689
Worth: Worth reading
Length: Just right
Comments: I have a java script question I have several buttons on the screen. I want to be able to change the colour of the button when my mouse moves onto them. Is there a java script that will do this?
Sent by Bob on March 15, 2002 at 14:32:47: - feedback #3691
Worth: Very worth reading
Comments: This site is a great resource. I wish that there was a more powerful search engine. You example, I'd like to just search javascript faq's. Thanks, Bob
Sent by Jon Rees on March 16, 2002 at 11:08:38: - feedback #3694
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Can somebody tell me how I can use client-side javascript to process information on a website that I do not own. One use would be for example, taking the first word from a website and returning it to a subroutine running in the client-side browser, then using that to do something else...
Sent by kulvinder on March 21, 2002 at 15:49:24: - feedback #3709
Worth: Very worth reading
Comments: I sincerely as a developer think its a great site for everyone using javascript.It has got some of the amazing stuff.
Sent by Danielle Sczerowski on March 27, 2002 at 14:17:40: - feedback #3730
Worth: Very worth reading
Comments: I had no idea how to use JavaScript until I came here.
Sent by Sam Hobbs on April 03, 2002 at 17:41:56: - feedback #3748
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: I do not find a description of how to access form data from the "action" page when using post as an action. I know that when using get as an action the data is available in "location.href" but the size of that data is limited so I want to use the post method. Do you have an example of that?
Sent by Cary MacWilliams on April 05, 2002 at 04:01:41: - feedback #3753
Worth: Very worth reading
Comments: After working through four books and numerous web sites, I finally found code at irt.org that would help me return the values of more than one drop down menu. As I suspected - one has to use one form for each item.
Sent by rodolfo silva on April 08, 2002 at 10:45:35: - feedback #3760
Technical: Just right
Comments: Hi! I need a javascript to alert me (with a pop up window or something like that) when a certain web page is modified. Is it possible? Where can I find that? Tks in advance, Rodolfo Silva
Sent by Devendra on April 09, 2002 at 02:24:41: - feedback #3762
Worth: Very worth reading
Comments: Got lot of knowledge.. Many thanks
Sent by peter on April 10, 2002 at 08:19:35: - feedback #3770
Worth: Very worth reading
Comments: WoW! all the answers i was looking for and some that i wasnt! great site! beats all the sites out there easily. thanks for making a great site! keep up the good work...
Sent by Martin on April 12, 2002 at 07:43:08: - feedback #3778
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Your Javascript help is by far the most useful such resource I have found. Thank you and keep up the good work.
Sent by lars on April 20, 2002 at 06:51:47: - feedback #3795
Technical: Just right
Comments: would`nt it be a nice feature if all you nice javascripts had a tryout-button?
Sent by Anandakumar Varatharajah on April 22, 2002 at 13:23:12: - feedback #3800
Worth: Very worth reading
Comments: Hi, I was amazed to see such a wealth of information on frames. It is truly an excellent resource. Great work and thank you !
Sent by Vinny on April 24, 2002 at 07:23:54: - feedback #3809
Worth: Very worth reading
Comments: The best javascript site on the net. I have always found the answer to my javascript questions on your site. Thanks for all your help. I have and I would recommended this site everyone.
Sent by explosion on April 25, 2002 at 08:05:16: - feedback #3814
Worth: Worth reading
Comments: I thank all the people at IRT.org for their valuable help. Russia reads you too :-)
Sent by michael on April 30, 2002 at 18:10:43: - feedback #3826
Worth: Very worth reading
Comments: One of the best JavaScript site, finally found an answer to my question. Would be very helpful to categorize questions into one more level.
Sent by Joost on May 22, 2002 at 02:33:19: - feedback #3892
Worth: Very worth reading
Comments: Very worth reading, but there are no updates lately...
Sent by Klaus on May 22, 2002 at 03:06:38: - feedback #3893
Worth: Very worth reading
Comments: Your java script section is really cool. The rest Oh well. Anyway congrats on your java script stuff
Sent by Puneet Tanwar on May 24, 2002 at 04:59:33: - feedback #3900
Worth: Very worth reading
Comments: irt is my first and last resort for javascript questions.
Sent by Grenier on May 27, 2002 at 02:21:10: - feedback #3904
Comments: Hello, Petit bonjour de la France, I find a lots of informations in your pages and it's very easy to surf and look fo a data. Continue like that, it's very fine !
Sent by Mark Wilson on May 30, 2002 at 10:32:25: - feedback #3916
Worth: Worth reading
Comments: Thanks for a great page and for linking to TopXML. Please consider either using (as a JS script on your site!) or just linking to this code library http://www.topxml.com/code Thanks, Mark.
Sent by EllieZ on June 11, 2002 at 07:57:39: - feedback #3940
Worth: Very worth reading
Comments: Just gotta tell you I couldn't live without the Javascript FAQ Knowledge Base. I've found everything I've ever looked for. Keep up the good work :-)
Sent by Bheku Msimanga on June 18, 2002 at 04:01:57: - feedback #3951
Worth: Worth reading
Comments: Being a 3rd world developer, faced with lack of resources, information that your site provides is quite valuable. It has helped me immensly over the years.
Sent by Paco Montes on July 02, 2002 at 08:52:40: - feedback #3975
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: I find this Javascript Knowledge base extreeeeemely helpful. Excelent, straight to the point and very accurate answers to every question. With websites like this Javascript becomes much easier to handle. Something that, unfortunately for this language, wouldn´t happen otherwise. Thank you very much and keep up the good work!!
Sent by zeus perez on July 04, 2002 at 18:35:24: - feedback #3986
Worth: Very worth reading
Comments: i found almost every answer and more! thanks. i'll be sending my question in via the ask question next.
Sent by Sridhar Cherukuri on July 10, 2002 at 02:20:56: - feedback #3994
Worth: Very worth reading
Comments: Site is very handy for programmers and designers thanks to all
Sent by Daniel Granger on August 02, 2002 at 12:37:00: - feedback #4046
Worth: Worth reading
Length: Just right
Technical: Too technical
Comments: The Javascript knowledge base has every question you could ever imagen but its too technical. If you had the knowledge to understand it you would already know it anyway!
Sent by Sima Shabani on August 06, 2002 at 09:40:51: - feedback #4055
Worth: Very worth reading
Comments: This web site is one of the best and I can say the most useful and practical website I have ever worked with. excellent job folks, Thanks Sima
Sent by SAJEETH.K on August 19, 2002 at 03:57:02: - feedback #4080
Worth: Worth reading
Comments: Just when i was beginning to get exhausted, I came across this site by chance...Got attracted to the FAQ pages in particular...Felt that if u go thro' all the articles posted in the FAQ section,u would get thorough knowledge in JavaScript..In short,a MUST HAVE reference...Same with downloads section, too!!In short, AN ONLINE JAVASCRIPT DICTIONARY
Sent by John Cornelissen on September 05, 2002 at 00:30:35: - feedback #4120
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Does anybody know of a way to disable the 'application key' on a Windows keyboard trhough Javascript?
Sent by Asmodeus on September 09, 2002 at 08:11:17: - feedback #4131
Worth: Very worth reading
Comments: A great site ! I've found everything I was looking for (well, ok, not *quite* everything, but I'm still looking :P) Keep up the good job !
Sent by Chris L. Beltz on September 28, 2002 at 19:30:50: - feedback #4176
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: Re: FAQ 732 Is it possible to name an individual cell in a table? Maybe I am providing an answer to the wrong question, but you can individually name an HTML table cell using the <td> tag as follows: <td id="Name" ...></td>, and get/set the contents with: document.all('Name').innerText Chris
Sent by Kevin Blount on October 01, 2002 at 16:08:28: - feedback #4180
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: The most useful site for JavaScript I've found. Seems to have an answer for almost every question I have.
Sent by simon khalil on October 09, 2002 at 06:52:15: - feedback #4205
Comments: Is there an SQL faq?? This would be very handy....
Sent by Bob Moran on October 15, 2002 at 13:59:31: - feedback #4218
Length: Just right
Comments: I love this site! Bob Moran http://www.IntranetSecrets.com
Sent by Julie Berlin on October 21, 2002 at 20:51:26: - feedback #4230
Worth: Very worth reading
Comments: Thank you so much! I found the answers to several questions and got some tips for other questions I would have had. The solutions are provided perfectly -- easy to adapt to your particular situation. So many sites give you too specialized an answer or they are not technical enough. I've been searching many other sites but this is the best I've found by far.
Sent by Emma J on October 24, 2002 at 19:30:18: - feedback #4235
Worth: Very worth reading
Comments: This is a very good site!!! Lots of good examples!!!
Sent by ROnnie on November 15, 2002 at 10:00:51: - feedback #4277
Worth: Very worth reading
Comments: Thanks for the helpful info... Your website is great.
Sent by f.y.u on December 10, 2002 at 09:45:58: - feedback #4309
Length: Too short
Comments: No explanation - I'm sure the code's very good - but I've no idea how to use it - more description needed
Sent by David Eckert on December 12, 2002 at 17:18:04: - feedback #4314
Worth: Very worth reading
Comments: This site in an invaluable resource for me. Thanks!
Sent by Raj Tripathi on December 18, 2002 at 01:26:17: - feedback #4323
Worth: Worth reading
Comments: It is having good question, which is really helping me a lot.
Sent by Mario Augusto Rodriges on December 31, 2002 at 03:38:34: - feedback #4337
Worth: Very worth reading
Comments: Hi Fellows: It's me again. Thanks for your useful site. Have a great New Year!!! Mario
Sent by anonymous on January 07, 2003 at 15:26:53: - feedback #4351
Worth: Very worth reading
Comments: When I enter a new question and click on "Submit" button,, it pops a Javascript Error dialogbox with "object expected" error. It does, however, send the message. Just thought to let you know, in case you haven't heard it before.
Sent by Mark Wood on January 16, 2003 at 08:49:33: - feedback #4370
Worth: Very worth reading
Comments: I just wanted to drop a quick note - I absolutely love this site. I've been using it for a couple years now. I always find answers to my questions here. Thank you.
Sent by Bradley T on January 16, 2003 at 23:29:09: - feedback #4372
Worth: Very worth reading
Comments: I've been referring to this site for years. It is the ULTIMATE site on the web for javascript.
Sent by Shahid on January 22, 2003 at 05:11:15: - feedback #4378
Worth: Worth reading
Comments: Excellent and Precise explaination.
|