Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/01/2006, 17:11
Avatar de a n g e l u s
a n g e l u s
 
Fecha de Ingreso: enero-2006
Ubicación: Chile
Mensajes: 237
Antigüedad: 19 años, 4 meses
Puntos: 1
DESPUES DE DARLE VUELTAS A TU PREGUNTA CREO QUE ESTO ES LO QUE BUSCAS:

ESTE ES TU CHECKBOX NORMAL
<input name="a" type="checkbox" value="eldato">

Y ESTE ES EL QUE ANDAS BUSCANDO:
<input name="superdato" type="checkbox" value="a|b|c|d">

luego con un asp hacer esto:
misdatos = split(request("superdato"),"|")

para verlos

for i=0 to ubound(misdatos)
response.write(misdatos(i))
next

ojala te sirva...

chabela
__________________
Atte,
A n g e l u s
Concepción - Chile
más vale respuestas bien pensadas, que 7000 post