Thanks for the repply John, that´s the weid part of this, I have a URL with
only 1008 chars in it but the IE crashes when I put that url in it trough a
Javascript window.open sentence, this is the entire script if somebody could
take a look at it:
<SCRIPT LANGUAGE='JavaScript' id='pr_AbrirReporteCrystal'>function
MostrarComprobante(){
window.open('../../Reportes/frm_RepCargaReporteCrystal.aspx?NombreReporte=Rep_ReciboElementosComprobante.rpt&Par_Dependencia=CARTAGENA&Par_SalidaAnoNumero=2006-28&Par_DependenciaOrigen=LABORATORIO&Par_FechaSalida=01/06/2006&Par_NotaRemisiva=RN000123&Par_Entregado=ALFONSO
OLIVAREZ DUKES&Par_NovedadFS=&Par_ObservacionesSalida=Prueba para Cartagena,
vamos a ver tambi-*en si aqui me deja escribir m-*as de los famosos 250
caracteres que puede sooportar este campito de observaciones en esta forma.
Aqui la validaci-*on se hace con un maxlength del textbox, al parecer no va a
haber p&Par_ReciboAnoNumero=2006-2&Par_Recibe=Jairo Andres
Portela&Par_EstadoRecibo=Pendiente de
recibo&Par_FechaRecibo=01/06/2006&Par_ObservacionesRecibo=No hubo ningún
inconveniente aqui.Ser-*a que aqui tambi-*en puse que el maxlength no fuera
mayor de 250 caracteres..Esto estaba sacando un error y ahora si parece
funcionar, hmm segun el newsgroup son 2083, vamos a
ver.&@MovimientoId=184&@LoginUsuario=Astrallware_jportela', 'Reportes',
'height=500,width=700,status=no,toolbar=yes,menubar=no,location=no,scrollbars=yes,resizable=yes,modal=yes');}</SCRIPT>
If not, this will remain as an IE mistery....
Thanks.