Ok, Éste es problema; tengo un archivo .js en el que se crea un array...
Les muestro parte de archivo .js:
Código PHP:
this.eliminalos = function(name,pa){
var nombres = document.getElementsByName(name);
this.objetoXMLHttp1 = false;
var url = this.URL;
var sqlPA = pa;
var arrClaves = new Array();
j=0;ff=1;
for (u=0;u<nombres.length;u++)
{
if (nombres[u].checked==true)
{
//arrClaves[j]=nombres[u].value;
alert(arrClaves[j]=nombres[u].value);
//window.open("verestatus.php");
ff++;
j++;
}
}
Pero no se como hacerlo!!!
Si saben como hacerlo...
Ayuda por favor!!!