Ver Mensaje Individual
  #7 (permalink)  
Antiguo 04/05/2005, 15:00
Zyanya_80
 
Fecha de Ingreso: septiembre-2004
Mensajes: 217
Antigüedad: 19 años, 7 meses
Puntos: 0
abrir ventanas

string pagina = Request.ApplicationPath + "/pagina/Rep_datos_de_factura.aspx?orden=" + this.cblOrdenes.SelectedValue.ToString() + "&tipo=" + this.cblReporte.SelectedIndex.ToString();
Response.Write(" <script>");
Response.Write(" window.open('" + pagina + "', 'tinyWindow', 'height=500, left=100, top=50, width=850, status=no, titlebar=yes, toolbar=yes, menubar=yes, location=no, resizable=yes, scrollbars=yes')");
Response.Write(" </script>");


haber si les sirve