Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/06/2007, 15:30
Mariale!!
 
Fecha de Ingreso: mayo-2007
Mensajes: 12
Antigüedad: 17 años
Puntos: 0
Pregunta Re: Cambiar boton enviar

Hola, yo tengo el mismo problema, con una herramienta cree unos botones rollover la cual te genera el boton, las imagenes y el javascript que se debe colocar, lo generado fue:

<A HREF="mod_inst2.php"
ONMOUSEDOWN="if (bIsSupportOK) ReplaceImage('tag_seleccionar', MouseDownState);"
ONMOUSEUP="if (bIsSupportOK) ReplaceImage('tag_seleccionar', MouseOverState);"
ONMOUSEOUT="if (bIsSupportOK) ReplaceImage('tag_seleccionar',DefaultState);windo w.status=window.defaultStatus;return true"
ONMOUSEOVER="if (bIsSupportOK) ReplaceImage('tag_seleccionar', MouseOverState); window.status='';return true;"
TARGET="">
<IMG NAME="tag_seleccionar" SRC="images/seleccionar_normal.jpg" ALT="" WIDTH="134" HEIGHT="30" BORDER="0"></A>

como hago que al hacer click en dicho boton el me realice un submit ??