transformer un bouton en lien

transformer un bouton en lien - HTML/CSS - Programmation

Marsh Posté le 12-03-2004 à 14:50:26    

je voudrai savoir comment transformer ce bouton en lien  
 
print("<table width='10' cellspacing='2' cellpadding='1' border='0' align='left'>
                <form method=\"post\" action=\ href= '\ tous.pl\">
                <input type=\"hidden\" name=\"id\" value=\"$liste_id\">
                <input type=\"hidden\" name=\"prem\" value=\"$preced\">
                <input type=\"submit\" value=\"precedent\"></form>" );
j'ai essayé sa mais sa ne marche pas tres bien :
 
print("<p align='left'><a href=\"tous.pl/id=$liste_id & prem=$preced\">precedent</p>" );  
 
merci
 

Reply

Marsh Posté le 12-03-2004 à 14:50:26   

Reply

Marsh Posté le 12-03-2004 à 14:53:36    

je pige pas trop mais essaie
 
print("<p align='left'><a href=\"tous.pl?id=$liste_id&prem=$preced\">precedent</p>" );  
 


---------------
What if I were smiling and running into your arms? Would you see then what I see now?  
Reply

Marsh Posté le 12-03-2004 à 15:02:44    

JagStang a écrit :

je pige pas trop mais essaie
 
print("<p align='left'><a href=\"tous.pl?id=$liste_id&prem=$preced\">precedent</p>" );  
 


 
merci mais j'ai testé ton lien et bien sa donne le même résultat que le mien car en fait sa va bien dans la bonne page avec les infos mai la mise en page ny est pa

Reply

Marsh Posté le 12-03-2004 à 15:06:44    

si dans la page tu récupère tes infos en POST, tu peux pas les passer dans l'url non plus


---------------
What if I were smiling and running into your arms? Would you see then what I see now?  
Reply

Marsh Posté le 12-03-2004 à 15:09:39    

JagStang a écrit :

si dans la page tu récupère tes infos en POST, tu peux pas les passer dans l'url non plus


 
coment??? tu peu me donner un exemple???

Reply

Marsh Posté le 12-03-2004 à 15:10:59    

le fichier tous.pl, il récupère comment les params?


---------------
What if I were smiling and running into your arms? Would you see then what I see now?  
Reply

Marsh Posté le 12-03-2004 à 15:15:05    

JagStang a écrit :

le fichier tous.pl, il récupère comment les params?
 


 
par href  comme ceux ci : a href=\"tous.pl/id=$liste_id & prem=$suivant\">suivant</p>

Reply

Marsh Posté le 12-03-2004 à 15:30:21    

RECUPERE, dans le fichier .pl !


---------------
What if I were smiling and running into your arms? Would you see then what I see now?  
Reply

Marsh Posté le 12-03-2004 à 15:30:35    

pas comment ils sont passés


---------------
What if I were smiling and running into your arms? Would you see then what I see now?  
Reply

Marsh Posté le 12-03-2004 à 15:34:41    

tu peux pas expliquer un peu mieux??


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

Reply

Marsh Posté le 12-03-2004 à 15:34:41   

Reply

Marsh Posté le 12-03-2004 à 16:18:23    

protoinou a écrit :

tu peux pas expliquer un peu mieux??
 


 
 
merci c bon j'ai trouvé sa marche!!!!

Reply

Marsh Posté le 12-03-2004 à 18:11:16    

bon ben de rien :)
 
c'était bien ça le problème ?


---------------
What if I were smiling and running into your arms? Would you see then what I see now?  
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed