| Thread | Last Post | Replies |
|
| Changing the size of a popup window? | 30 Apr 2007 20:00 GMT | 2 |
I'm building a site that has images of flowers, and when someone clicks on a thumbnail it brings up a larger version in a popup window. I am using window.open to open the new window with all the toolbars turned off and the window resized to the correct size for the current
|
| Cannot get child to feed the parent! | 30 Apr 2007 17:20 GMT | 1 |
I am total newbie to Javascript so what is written below is probably a bunch of cobblers!! Any assistance in correcting my code much appreciated. I wish the popped up child to pass value from the select box
|
| show/hide text, but more... | 30 Apr 2007 16:58 GMT | 4 |
I know how to show and hide text, but I want to make it so that the page shifts up when I hide my text. Right now with the simple code, it only leaves a blank space. Thanks,
|
| Help please with form field population from a 2nd page | 30 Apr 2007 16:05 GMT | 2 |
Help please. I am trying to autofill a form text field from a select-box lookup. I have no problem doing this if the select-box is part of the form but because there are 5 possible select boxes for them to choose
|
| javascript dns look up | 30 Apr 2007 09:45 GMT | 9 |
Has anyone come across a "hack" to do a dns look up via JS I want to evaluate an email address against a server to see if it is valid , I'm 50 % of the way there but i need a way to look up the email servers MX record.
|
| json > minus, colon, plus character key problem | 30 Apr 2007 09:43 GMT | 2 |
I took a sample json string from: http://www.json.org/example.html {"web-app": { "servlet": [ {
|
| intranet website and image caching | 30 Apr 2007 09:04 GMT | 6 |
I created a project with more that 1000 different pictures in it. The project website is divided into more subpages. Problem is that these pages (pictures) are not cached on local harddisc and loading time through the intranet is very long.
|
| Opposite of JsMin? | 30 Apr 2007 08:14 GMT | 5 |
I have a compressed/packed library that I am attempting to modernize. I would rather not have to convert it to a whitespace version by hand if possible. Any chance on something like an "uncompresser/unpacker" tool existing?
|
| <select>.remove() Performance and Necessity | 30 Apr 2007 07:17 GMT | 11 |
I have read many of the copius entries on the subject of IE performance (or the lack thereof) when populating Select Lists. I don't mind the insert performance so much, (I get 100x120byte rows inserted/sec up to 500, and 100rows/6secs up to 3000, which isn't great but
|
| This small piece of code works in Firefox but not in IE 7... why? | 30 Apr 2007 02:06 GMT | 2 |
How hard could it be to create the embeded youtube object in JavaScript DOM ? .... I've create the code and it works ok in Firefox but in IE7 i get an invalid argument error.
|
| FAQ Topic - Why does 1+1 equal 11? or How do I convert a string to a number? | 29 Apr 2007 20:59 GMT | 1 |
----------------------------------------------------------------------- FAQ Topic - Why does 1+1 equal 11? or How do I convert a string to a number? -----------------------------------------------------------------------
|
| Learn AJAX | 29 Apr 2007 20:15 GMT | 2 |
I would to learn ajax, but I don't know how to get started. Any suggestions about books and environment. Thanks.
|
| Imagine life without Javascript... | 29 Apr 2007 17:07 GMT | 9 |
How do/would you implement a pop-up window for user to pick a value out of a searchable list and then pass it back to the textbox?
 Signature iTech Consulting Services Limited
|
| Help with "cannot assign string" error | 29 Apr 2007 16:44 GMT | 6 |
I need to progrmatically do this inside a loop this.fh03.value = fixFloat (Harms[1], numPoints) ; with the numbers changing per an index. If I try
|
| Replacing blanks with | 29 Apr 2007 15:36 GMT | 8 |
I'd like to display folder names without line breaks so I tried the following replace folders[j] = f.replace(/ /g, ' '); but the script stop without an error. Any idea? Is there a better way?
|