![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/09/2005, 03:35
|
![Avatar de Nombela](http://static.forosdelweb.com/customavatars/avatar95906_1.gif) | | | Fecha de Ingreso: abril-2005
Mensajes: 611
Antigüedad: 19 años, 10 meses Puntos: 1 | |
yo te decia asi en el evnto click del boton pones:
string strScript;
strScript = "<script>";
strScript += "popup('"+ComboTipo.SelectedItem.Text+"');";
strScript += "</script>";
Page.RegisterStartupScript ("ClientScript", strScript);
y luego te creas en javascript la funcion popup(param1)
__________________ :si: El hombre es el único animal que come sin tener hambre, bebe sin tener sed y habla sin tener nada que decir. :si: |