|
|
Feedback: JavaScript FAQ Knowledge Base
Feedback on: Sent by Michael B on February 10, 1999 at 16:25:18: - feedback #85
Worth: Length: Technical: Comments: Sent by Marc Weber on February 13, 1999 at 15:39:41: - feedback #89
Worth: Length: Technical: Comments: maybe I have an idea for ---------------------------- <head> function newBrowser() <body> <p>Hier öffnet sich ein <a href onClick="newBrowser()">neues Fenster</a> .</p> Not very nice, but should work By the way: your FAQs are great! Bye, Sent by martin evers on February 24, 1999 at 07:43:09: - feedback #94
Worth: Length: Technical: Comments: Sent by Martin Battaliou on February 26, 1999 at 07:24:36: - feedback #95
Worth: Comments: Javascript can read any windows 95 text document using ie4. Check out my tutorial at http://www.angelfire.com/mb/bbep/javascript.html Sent by Dante Ciolfi on March 09, 1999 at 15:46:12: - feedback #105
Worth: Comments: Sent by Mark Boisvert on March 10, 1999 at 15:40:20: - feedback #107
Worth: Comments: function MyOpen(url, name, features) if( aWindow.location.href == "about:blank" ) When you pass the open function a "" for the url, it does not change the url of the existing window (if indeed it does exist... otherwise it creates one with a href of "about:blank"). This works just as good as checking to see if the window exists. Thanks. Sent by Ray Stott on March 12, 1999 at 07:56:14: - feedback #108
Worth: Comments: If you use frames you can reload a frame with the data in it that is then written to a text object in a form. I have done this and it works great. Just thought I would mention that. Ray Sent by Matt on March 12, 1999 at 20:33:10: - feedback #109
Worth: Length: Technical: Comments: Sent by Auke Reitsma on March 13, 1999 at 16:57:18: - feedback #110
Worth: Comments: But it does not work either in NS4 or MSIE4 (SP1) Please note that the same problems occur in related articles and supply a working demo. Sent by P. J. Fischer on March 13, 1999 at 18:14:46: - feedback #111
Worth: Length: Comments: Q545: Is there a way to make a link that when clicked will add the current page to the user's bookmarks or favourites, i.e. a link that simulates Ctrl+D? The above answer is not correct. There is a command that is accepted by MIE 4.0 (and AOL 4.0) but is not directed appropriately within the NetScape environment. You may wish to append your previous answer, so future visitors might be better advised. Thanx so much for your informative web-site . . . I have gained lots of knowledge as well as insight. Please verify unto me that you have received this posting. P. J. Sent by Susan Meyer on March 17, 1999 at 10:45:24: - feedback #115
Worth: Comments: Damages the credibility of your knowledgebase to misuse such a fundamental term. No offense, just look it up. Sent by Peter J. Schoenster on March 18, 1999 at 16:15:17: - feedback #117
Worth: Comments: Best site on javascript I have seen yet and I have seen many. What I don't like is that in some articles you say that X is possible but you don't show exactly how to do it. I reckon I want to do something that most people would want to do. I want to write values to hidden fields to a form. Specifically these: Where can I get those (for both NN and IE 4 and up). Any real online examples? I saw the thing with the images but that won't work for this. Thanks
Sent by Alisa Krause on March 23, 1999 at 15:52:48: - feedback #123
Worth: Comments: Sent by anonymous on March 24, 1999 at 05:48:05: - feedback #124
Comments: Sent by Simon Edwards on March 24, 1999 at 19:44:26: - feedback #125
Worth: Comments: Sent by Morten Wang on March 30, 1999 at 07:32:04: - feedback #134
Worth: Length: Technical: Comments: Sent by Kristof Donne on April 06, 1999 at 08:00:11: - feedback #139
Worth: Length: Technical: Comments: Check this page from Inside DHTML : Leaving the past behind. http://www.insidedhtml.com/tips/html/ts15/page1.asp Maybe something for your site ? Regards, Sent by Jeff Strickland on April 08, 1999 at 13:24:38: - feedback #141
Worth: Comments: Sent by Peter Schonefeld on April 14, 1999 at 01:26:43: - feedback #153
Worth: Length: Technical: Comments: Sent by Peter Torr on April 14, 1999 at 02:22:00: - feedback #154
Comments: One of the questions I looked at is the "How do I send e-mail from JavaScript?". The answer is wrong (http://www.irt.org/script/134.htm). The e-mailing of a form will work in Internet Explorer 4 (and maybe 3). Also, I have a JScript FAQ (still in progress...) that takes a slightly different approach - it deals with broader issues than just "how do I do <bla>?". Anyway, I'll be linking to your site soon, and maybe you could do the same? http://www.netspace.net.au/~torrboy/code/jscriptfaq/ Thanks, Peter Sent by Stuart Calder on April 17, 1999 at 09:32:30: - feedback #162
Worth: Length: Technical: Comments: Sent by Jan Garefelt on April 21, 1999 at 09:47:33: - feedback #169
Worth: Length: Comments: First of all: The backslash that appears before all slashes shouldn't be there. Also, you have omitted the </SCRIPT>-tag. But the page provided the information I needed, so I'm happy with it. Sent by Gina Hawkins on April 25, 1999 at 00:52:25: - feedback #172
Worth: Comments: Sent by Ned Johnson on April 28, 1999 at 11:03:41: - feedback #174
Worth: Technical: Comments: Presumably MISE in the following code should read MSIE. if (navigator.appVersion.indexOf('MISE 3') > -1) Just thought you'd like to know. And thanks for the wonderful resource.
Sent by Trent Tucker on April 28, 1999 at 11:32:42: - feedback #175
Worth: Length: Technical: Comments: Sent by Tom Stamm on April 28, 1999 at 15:18:37: - feedback #176
Worth: Length: Technical: Comments: document.formName.elements['1-2-xxx'].value; I get an error in IE4 saying that it is not an object. Sent by Morten Wang on April 30, 1999 at 05:42:05: - feedback #178
Worth: Comments: Sent by Dewayne Johnson on April 30, 1999 at 14:40:58: - feedback #180
Worth: Length: Technical: Comments: Sent by Stephanie Westbrook on May 05, 1999 at 15:11:57: - feedback #184
Worth: Length: Technical: Comments: In regards to the above question, the solution you provided to print from MSIE will only work on a windows platform. It relies on a com object which does not exist on the macintosh. Sent by Tom Van Vleck on May 29, 1999 at 13:03:57: - feedback #207
Worth: Comments: This would save time when looking for Sent by Tim Lebsanft on June 08, 1999 at 02:04:42: - feedback #226
Worth: Length: Technical: Comments: The best way to show my appreciation is COMPREHENSIVE Boy, is my web page gonna be a pearla!!! Sent by chip chenery on June 21, 1999 at 22:22:52: - feedback #249
Worth: Length: Technical: Comments: I would like to use Javascript mouseovers in one frame <navbar>, but would also like the highlight state to remain if the target page is loaded in the other frame. Is there a way to do this? I guess it would be a mashing of mouseover and frame detection. I presume that it would mean a pretty long javascript if I had 10 buttons with mouseovers and target ages to detect. Sounds inelegant. Thanks, Sent by chip chenery on June 21, 1999 at 22:24:32: - feedback #250
Worth: Length: Technical: Comments: ----- previous question ------ I would like to use Javascript mouseovers in one frame <navbar>, but would also like the highlight state to remain if the target page is loaded in the other frame. Is there a way to do this? I guess it would be a mashing of mouseover and frame detection. I presume that it would mean a pretty long javascript if I had 10 buttons with mouseovers and target ages to detect. Sounds inelegant.
Sent by shashikumarnl on June 22, 1999 at 07:59:34: - feedback #252
Technical: Comments: Sent by gloria on July 02, 1999 at 14:33:18: - feedback #275
Length: Comments: Sent by Robin Harrison on July 11, 1999 at 21:36:52: - feedback #294
Worth: Comments: Here's a bug fixed version of the start of the startTimer function. function startTimer() { Sent by Lisa Reed on November 16, 1999 at 09:00:00: - feedback #592
Worth: Comments: How do I open a pop-up window (that fits to the screen and does not have any buttons or scroll) when a user visits my website and then close the original window? NOTE: I tried to ask this question by clicking on the "ASK A QUESTION" link but got an error 404. Sent by James Gunn on December 17, 1999 at 05:30:11: - feedback #667
Worth: Comments: Sent by Dave Thaler on January 02, 19100 at 10:36:18: - feedback #692
Worth: Comments: You should be using getFullYear not getYear. getYear is obsolete and is implemented differently by different browers. Some report 2000 as 2000, others as 100. Sent by Dave Thaler on January 02, 19100 at 10:37:07: - feedback #693
Worth: Comments: Sent by Adam Traidman on January 20, 2000 at 21:07:10: - feedback #752
Worth: Comments: Sent by Oliver Vilsecker on January 29, 2000 at 08:42:58: - feedback #774
Length: Technical: Comments: So I thought I could use this form to ask my question: Is there any way to use the onMouseOver event with DIV or SPAN tags in Netscape Navigator ? Sent by Jim Robinson on March 06, 2000 at 10:52:33: - feedback #902
Worth: Length: Technical: Comments: In regards to the above article, I would have also mentioned using the onBlur event handler to validate each part of the form as you fill it out. (Of course, I usually use the onSubmit return method myself.) But this is a valid, if rather unweildy way of validating each item as you pass them. By the way, I love this resource. Keep up the great work! Sent by Hong Jin on March 14, 2000 at 14:31:51: - feedback #929
Worth: Comments: If you can also find somebody to provide information on ASP, that would be excellent for all the professinals. Thank you very much for provide us with such a wonderful knowledge base. Sent by K.R.SIVA KUMAR on April 04, 2000 at 02:45:34: - feedback #1032
Worth: Comments: Sent by Allan on April 13, 2000 at 14:01:07: - feedback #1087
Comments: Sent by Bart Everson on May 19, 2000 at 12:00:16: - feedback #1258
Worth: Length: Technical: Comments: I think the correct syntax is to omit the "href" like so: Sent by Dave on August 02, 2000 at 21:59:45: - feedback #1571
Worth: Comments: I am using the script from Q337 for a dropdown menu to open pop up windows. It works great in IE5.0. I have 10 menus working in IE5.0, but will not load in Netscape 4.73. The only thing that will load in Netscape is the (G0) button. I use 40tude HTML software and have never had any problems with it. Thank you, Sent by Chris on August 11, 2000 at 01:14:36: - feedback #1617
Worth: Length: Technical: Comments: IMO, that would be a very nice touch, and very helpful. Sent by Jeff on August 24, 2000 at 17:40:12: - feedback #1667
Worth: Comments: Here's a method that is very helpful when attempting to control the select boxes size (in #'s of rows tall) or width (in cm or mm's wide): <keep in mind the 'size' parm here is for MULTIPLE select boxes, not used for width> <select name="PayorCode" style="width:65mm" multiple size=7> Further note, I actually learned this on a competitor's site. Respectfully, Sent by Jeff on August 24, 2000 at 17:42:38: - feedback #1668
Worth: Comments: "Q67 How can I control the width of a select box? You can only increase the width by padding out an entry with multiple ' '. Alternatively you could have a dummy entry with '-------------' characters. " Here's a method however, that is very helpful when attempting to control the select boxes size (in #'s of rows tall) or width (in cm or mm's wide): <keep in mind the 'size' parm here is for MULTIPLE select boxes, not used for width> <select name="PayorCode" style="width:65mm" multiple size=7> Further note, I actually learned this on a competitor's site. Respectfully, |
-- div -->
|