| Thread | Last Post | Replies |
|
| setTimeout() and string literals - stuck | 29 Feb 2008 23:15 GMT | 14 |
I don't get this: for(i=0; i<=100; i++) { setTimeout("someFunction(" + i + ")",5000); }
|
| Querying words instead of phrases | 29 Feb 2008 22:59 GMT | 2 |
My website's search function looks up entire phrases instead of individual words. For example, if I query "Google Groups," I would like my search to come up with everything in my database that has the words "Google" and "Groups," not just the phrase "Google Groups." I
|
| FAQ Topic - How do I trim whitespace - trim/trimRight/trimLeft (2008-02-29) | 29 Feb 2008 22:22 GMT | 1 |
----------------------------------------------------------------------- FAQ Topic - How do I trim whitespace - trim/trimRight/trimLeft -----------------------------------------------------------------------
|
| how work .animate | 29 Feb 2008 20:33 GMT | 1 |
var_cont. find('.style1').src(current.src).css({ opacity: 1 }).animate({ opacity: 0.6}).end(). is possible to have 2nd opacity with no use of .animate?
|
| Question on onkeypress or keyCode event trigger | 29 Feb 2008 20:23 GMT | 1 |
I attempt to create HTML ordered or unordered list function here. Start with IE7... function addList(obj,lt) { var theBody = document.getElementById(obj);
|
| Enter/Return Key Function | 29 Feb 2008 18:35 GMT | 4 |
I encountered a bug on a website that I am working on. The enter/ return key function works in certain parts of the website and doesn't work in other parts. I went through all the scripts but I'm not sure why the function does not work for this part. Does anyone have any
|
| Onchange() problem. Please help! | 29 Feb 2008 17:41 GMT | 1 |
I am developing a web page for an embedded application. I created a text box for entering a value (only 1 byte long). The onchange event triggers correctly when I enter the value from a keyboard and press enter. However, it doesn't seem to fire when a javacript (a slider in
|
| Event Handlers... Toggling a Numeric Field | 29 Feb 2008 17:04 GMT | 6 |
So, you've all probably seen interfaces with a numeric field and little up and down arrows to the right of the field to toggle the numbers up and down. I'm trying to make one of those in Javascript and HTML.
|
| Regular expression to test and limit number of characters | 29 Feb 2008 15:41 GMT | 12 |
I need a regular expression to evaluate a text input field. The validation rules are: 1) only A-Z and 0-9 chars allowed, 2) only one alpha char allowed (at any position) - rest are digits,
|
| sending data from IFRAME to container page | 29 Feb 2008 10:56 GMT | 2 |
Say I have a page called mytest.htm with an IFRAME in it and an input field: <input id="src" name="src" type="text" /> How do I send the an example word "blah" from the iframe to populate the
|
| using mailto: body limit | 29 Feb 2008 08:31 GMT | 2 |
I'm using the following code to fill an email for the user to send: var t = escape(t); // to var s = escape(s); // subject var b = escape(b); // body
|
| please bring closure to my problem | 29 Feb 2008 08:24 GMT | 3 |
here's my function MyApp.prototype.showAddress = function() { this.instance_var = 10;
|
| Looking for web designer | 29 Feb 2008 08:18 GMT | 1 |
I am looking for a web designer with provable experience in developing corporate and retail websites. Currently there is an opportunity for a number of web sites under development. The ideal person will work independently, at the moment I
|
| Create an 'account password' input field | 29 Feb 2008 07:45 GMT | 8 |
This might be a pipe dream, but I want to create a password field that reads, "account password", but when you click on the box and start typing, you see password characters instead of actual leters and numbers. So far I have
|
| Window.Open get new tab instead of new window in FireFox | 29 Feb 2008 03:06 GMT | 1 |
I generated image map HTML in DreamWeaver CS3 graphically (not hand coded). <area shape="rect" coords="613,242,686,295" href="#" alt="Australia Alt Energy Fact icon"
|