accordion and form in the title

accordion and form in the title

Button


       <input type="button" value="Cancella" onclick="location.href='index.php?tipo=1&sezione=10&pers=<?php echo $persona;?>&funzione=CANC&nota=<?php echo $row_dati['id_schecollo']; ?>'">
     

Form

      <form action="index.php?tipo=1&sezione=10&pers=<?php echo $persona;?>&funzione=CANC&nota=<?php echo $row_dati['id_schecollo'];?>" method="post">

Colloquio avvenuto in data <b><?php echo ScoDate ($row_dati['data_colloquio']); ?></b><b><?php echo " " . $row_dati['animatori']; ?></b> <input name="Cancella" type="submit" value="Cancella" /></form>

------------------------------------------------------------------------------------------------

 

Hi all, sorry for my English.

My problem is this, I use the accordion object, I would use a form within the title, not a button.

Can you tell me how to fix??



------------------------------------------------------------------------------------------------

 

Salve a tutti, scusate per il mio inglese.

Il mio problema รจ questo, uso l'oggetto accordion, vorrei usare una form all'interno del titolo, non un bottone.

Sapete dirmi come sistemare ???