First  |  Prev |  Next  |  Last
Pages: 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
Regexp: Case-insensitive matching | N factorial
In a setting where I can specify only a JS regular expression, but not the JS code that will use it, I seek a regexp component that matches a string of letters, ignoring case. E.g, for "cat" I'd like the effect of ([Cc][Aa][Tt]) but without having to have many occurrences of [Xx]. Secondly, what is ... 26 Jun 2008 13:35
repeated XMLHttpRequest GETs and displaying result
I'm a bit new to javascript - as will be obvious below. I'm using an XMLHttpRequest to get a bit of data from server (django), and it works nicely for single events. But my eventual outcome needs to be a series of data transmissions. I figured requesting data over and over until the data is some value that trig... 29 Jun 2008 05:00
window.open problem
Have been successfully using the following to open a pop-up for some time function msg(url) { window.open(url,'msg','scrollbars=yes,menubar=yes,width=750,height=400,resizable=yes,toolbar=yes,location=yes,status=yes') } Works fine on IE6 & Firefox, but IE7 opens a new tab obscuring the calling page. How can... 25 Jun 2008 20:09
waiting on GM_xmlhttprequest to finish
(sorry, this is probably slightly offtopic here and would be more appropriate in greasemonkey-users Google Group, but I haven't got any reply there when posted; I guess, it would work exactly the same with plain xmlhttprequest, not only the GM_* one; actually, thinking about it, I can use plain xmlhttprequest, beca... 25 Jun 2008 11:54
trying to loop an xml page from ajax
Got this code, which works fine in FF3 - it dynamically redraws a menu from user input. #### function so_clearInnerHTML(obj) { // so long as obj has children, remove them while(obj.firstChild) obj.removeChild(obj.firstChild); } - this just for info - ignore that there is no function around the next bit! i... 25 Jun 2008 13:58
Is there any javascript function available to auto resize swf
Can any one know the javascript function to auto resize the swf when resizing its pop up window. I need to auto resize the swf when i resize my popup window in which the swf is displayed. Is there any javascript function available to perform this requirement ? ... 26 Jun 2008 08:25
newbie: validator?
Could you recommend me some free JavaScript validator? I was using JSlint but it reports nonsense errors. Please help. Thanks. /RAM/ ... 25 Jun 2008 13:58
comp.lang.javascript FAQ - META 2008-06-25
comp.lang.javascript FAQ - META - 9.91 - 2008-01-19 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroups deal with javascript? 2.2 What questions are off-topic for clj? 2.3 What do I have to do before posting to clj? 2.4 Why was my post not answered? 2.5 How do I direct someo... 25 Jun 2008 04:43
mouse middle click disabling
how can i disable mouse3 button in modern browsers? i don't need that scrolling mode. any solutions? ... 25 Jun 2008 01:40
FAQ Topic - Why does framename.print() not print the correct frame in IE? (2008-06-25)
----------------------------------------------------------------------- FAQ Topic - Why does framename.print() not print the correct frame in IE? ----------------------------------------------------------------------- IE prints the frame that has focus when you call the print method ` frameref.focus();frameref.p... 24 Jun 2008 19:32
First  |  Prev |  Next  |  Last
Pages: 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117