Forum: JavaScript / DHTML / AJAX Oct 9th, 2006 |
| Replies: 2 Views: 1,720 |
Forum: JavaScript / DHTML / AJAX Sep 29th, 2006 |
| Replies: 3 Views: 3,079 Re: How to pass the values of javascript in perl 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: 1,720 multidimensional arrays, adding to 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 code... |