Cita:
Iniciado por clara0_0
Código:
poslastslash = this._url.lastIndexOf("\\");
if (poslastslash == -1) {
poslastslash = this._url.lastIndexOf("/");
}
folderurl = this._url.substr(0, poslastslash+1);
poscolon = folderurl.indexOf("|");
if (poscolon<>-1) {
folderurlstart = folderurl.substr(0, poscolon);
folderurlend = folderurl.substr(poscolon+1);
folderurl = folderurlstart+":"+folderurlend;
}
targeturl = folderurl+"tu archivo en tu ruta relativa.zip";
getURL(targeturl, "_self");
Madre de Dios Bendita
Ya probaste con las demas opciones "_parent" y "_top" ?