Topic: Index or size is negative or greater than the allowed amount" code: "1 |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: you tell me |
posted 09-03-2007 13:02
Please why the hell am I getting this damn error in firebug. My stupid program works fine on every other server except on the main server.. HELP PLEASE!!!!!! |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 09-03-2007 15:02
because you're accessing an array out of bounds? |
Bipolar (III) Inmate From: you tell me |
posted 09-03-2007 15:51
Its not even executing the function at all.. I don't knwo where the issue of arrays comes up..I'm actually calling a function from teh onclick event of a button. The event is getting triggered but the function doesn't execute... |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 09-03-2007 18:21
code please |
Bipolar (III) Inmate From: you tell me |
posted 09-04-2007 08:54
HOnestly speaking it doesn't matter what the code is - he just wont execute the function at all . The function is in an included js file. The code on the button is code: onclick="proc_person('name', 2)"
code: function proc_person(name, id) { //nothing in here }
|
Bipolar (III) Inmate From: you tell me |
posted 09-04-2007 13:29
[edited post ] any ideas... |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 09-04-2007 17:41
onclick="alert(proc_person") - to see if it really is the function you're expecting and not something else. |
Bipolar (III) Inmate From: you tell me |
posted 09-19-2007 12:50
[bump] [bump] |