| Thread | Last Post | Replies |
|
| Y2K problem with script? | 30 Sep 2005 23:43 GMT | 4 |
Below is an old count-up script that displays ok in MSIE with a bit of experimenting, but NS shows negative values that make no sense. Anyone know how to make it work ok in both? === Cut ===
|
| help with onclick submit | 30 Sep 2005 23:19 GMT | 16 |
In an unnamed form, unnamed because it only submits an email address, I'm trying to have the submit button clear the "e-mail" text value in the textbox. On the submit button I have the following:
|
| AJAX Loading Tab Doesn't Display | 30 Sep 2005 22:27 GMT | 2 |
I would like have a little "loading..." tab not unlike the one that gmail uses and I would like to display that tab while an ajax call is made. The javascript to display the tab works. The javascript to hide the tab works. But when I put the two together inside the function
|
| Setting form values with external .js file | 30 Sep 2005 21:56 GMT | 2 |
i'm trying to set a form value via an external js file. i don't know javascript extremely well but i do know programming in general. anyway, i thought this would be as easy as having a javascript file saved as .js, and clicking it when i get to the page where i would like to set
|
| for/in loop Array gotcha | 30 Sep 2005 20:56 GMT | 14 |
I just wanted to let folks know of one more reason not to use for/in loops on Arrays. In the following code: var u = [1,1]
|
| ajax + prototype.js + multipart/form-data | 30 Sep 2005 18:13 GMT | 3 |
Is it possible to send an AJAX XMLHttpRequest using prototype.js API for a multipart/form-data ? I already done parsing form parameters and sending GET/POST request, but does this work with <input type="file"> ?
|
| getitng user input? | 30 Sep 2005 15:38 GMT | 4 |
I want to ask the user for his/her first and second name on the first page and have this info available for a form on the second page. I can use a prompt approach but is there a better way? Cheers
|
| HELP: Why won't this javascript work? | 30 Sep 2005 15:32 GMT | 6 |
Whenever the following script is called, it always defaults to the default CASE (14.99) Why won't it recognise the other range of values? Please I need help. <script language="javascript" type="text/javascript">
|
| alternative scrolling | 30 Sep 2005 15:00 GMT | 3 |
In my webpage I have an embedded Windows Media Player and an unordered list with a table of contents. When playing a video, the Windows Media Player is triggering events for new 'chapters'.
|
| Javascript Bug? | 30 Sep 2005 14:59 GMT | 10 |
I am wanting to deteremine which radio button is selected on a form and am using: //alert(document.CC.Ecom_Payment_Card_Type.length) for (var i=0;i<document.CC.Ecom_Payment_Card_Type.length;i++) {
|
| problems with associative arrays | 30 Sep 2005 13:42 GMT | 3 |
I'm facing issues with using associative arrays in non-IE browsers. In particular, I have code like the following: var IDToAddress = new Array(); IDToAddress['1000000'] = 'apple tree lane, mars';
|
| Forcing a sound clip to load last | 30 Sep 2005 13:12 GMT | 1 |
A clint has insisted we load a babbling brook sound clip to his home page but it needs to load last to avoid delays in loading images and other elements. Simply declaring it at page bottom doesn't help much. Tried a few
|
| How-to: JavaScript trim() and normalize-space() functions | 30 Sep 2005 12:43 GMT | 5 |
Just wanted to share two handy RegEx expressions to strips leading and trailing white-space from a string, and to replace all repeated spaces, newlines and tabs with a single space. * JavaScript example:
|
| how to get a javascript function value stored in a database using php---really imp. | 30 Sep 2005 10:29 GMT | 6 |
thanks a lot for answering my other queries fast my problem is ihad a javascript function in which many values are returned in one variable. now after it i want that the return values must be insert into the
|
| onDrop event not working correctly | 30 Sep 2005 02:01 GMT | 4 |
Been trying to work through a simple drag and drop interface using either IMG, SPAN or DIV tags. That way I can define blocks of text and/or graphics as draggable and be able to drop them on a similar (img, div, span, etc.) target, preferably an image.
|