Forum: JavaScript / DHTML / AJAX Oct 9th, 2006 |
| Replies: 2 Views: 2,388 great!
i thought this was forgotten.
thanks a lot.
very kind of u. |
Forum: JavaScript / DHTML / AJAX Sep 29th, 2006 |
| Replies: 3 Views: 4,078 Not sure which direction you want to pass, but if u want to pass from perl to javascript -- you write out javascript like this snippet:
printf ("var myVariable = %d;", 1);
If that prints inside a... |
Forum: JavaScript / DHTML / AJAX Sep 29th, 2006 |
| Replies: 2 Views: 2,388 Hi,
Can anyone help me with dynamically adding to a multidimensional javascript array that has an arbitary number of dimensions?
Something like:
myArray [5] ['aKey'] [4] = 'hello';
That... |