Topic: Index or size is negative or greater than the allowed amount" code: "1 (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: you tell me |
![]() 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 |
![]() because you're accessing an array out of bounds? |
Bipolar (III) Inmate From: you tell me |
![]() 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 |
![]() code please |
Bipolar (III) Inmate From: you tell me |
![]() HOnestly speaking it doesn't matter what the code is - he just wont execute the function at all code: onclick="proc_person('name', 2)"
code: function proc_person(name, id) { //nothing in here }
|
Bipolar (III) Inmate From: you tell me |
![]() [edited post ] any ideas... |
Maniac (V) Mad Scientist with Finglongers From: Germany |
![]() 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 |
![]() [bump] [bump] |