Page htlm vers page html dans un boutton

Fermé
IG2 - 20 oct. 2010 à 22:55
 IG2 - 20 oct. 2010 à 22:59
Bonjour,

Je travaille avec wamp server.

J'ai un problème pour appeler une page HTML après le clic sur un bouton

Voici mon code :

<p style="text-align: center">
<input type="BUTTON" CLASS="BUTTON" onClick=window.location='http://localhost/PTI_1_GPI/Consulter_un_poste.html' value="Consulter un poste" ><br>
<input type="BUTTON" CLASS="BUTTON" onClick=window.location='http://localhost/PTI_1_GPI/Ajouter_un_poste.html' value="Ajouter un poste" ><br>
<input type="BUTTON" CLASS="BUTTON" onClick=window.location='C://wamp/www/PTI_1_GPI/Modifier_un_poste.html' value="Modifier un poste" ><br></p>

J'ai vu beaucoup de choses sur le net comme l'utilisation d'un "HREF", mais à ce que j'ai vu cela appelle une page en ligne avec un http//........

Avez-vous une solution ?

A voir également:

1 réponse

c'est une partie test je ne veux pas du http//.... mais du C:// si c'est possible
0