A voir également:
- Problème href en WML
- Img href - Forum Programmation
- Fichier href ✓ - Forum HTML
- Centrer une image en href ✓ - Forum CSS
- Php href ✓ - Forum PHP
- Onclick href ✓ - Forum Javascript
3 réponses
Salut
je souhaite votre aide concernant les pages .wml.
j'ai une page simple , je la nomme test_wml.wml
dont le continu est le suivant:
<?
header("Content-type: text/vnd.wap.wml");
?>
<wml>
<card id="carte1" title="Accueil">
<p>
<do type="accept" label="Suivant">
<go href="#carte2"/>
</do>
Le Wap, avec le Webmestre !
</p>
</card>
<card id="carte2" title="Suite">
<p>
<do type="accept" label="Précédente">
<go href="#carte1"/>
</do>
C'est le TOP !!
</p>
</card>
</wml>
*****************************
je configure httpd.conf (easyphp)
en rajoutant
:
AddType application/vnd.wap.wmlc .wmlc
AddType application/x-httpd-php .phtml .pwml .php3 .php4 .php .php2
.inc
AddType text/vnd.wap.wml .wml
AddType text/vnd.wap.wmlscript .wmls
AddType text/vnd.wap.wmlscriptc .wmlsc
AddType image/vnd.wap.wbmp .wbmp
mais le probleme l'orsque je me connecte
http://127.0.0.1/...test_wml.wml
ça n'affiche rien
MERCI
je souhaite votre aide concernant les pages .wml.
j'ai une page simple , je la nomme test_wml.wml
dont le continu est le suivant:
<?
header("Content-type: text/vnd.wap.wml");
?>
<wml>
<card id="carte1" title="Accueil">
<p>
<do type="accept" label="Suivant">
<go href="#carte2"/>
</do>
Le Wap, avec le Webmestre !
</p>
</card>
<card id="carte2" title="Suite">
<p>
<do type="accept" label="Précédente">
<go href="#carte1"/>
</do>
C'est le TOP !!
</p>
</card>
</wml>
*****************************
je configure httpd.conf (easyphp)
en rajoutant
:
AddType application/vnd.wap.wmlc .wmlc
AddType application/x-httpd-php .phtml .pwml .php3 .php4 .php .php2
.inc
AddType text/vnd.wap.wml .wml
AddType text/vnd.wap.wmlscript .wmls
AddType text/vnd.wap.wmlscriptc .wmlsc
AddType image/vnd.wap.wbmp .wbmp
mais le probleme l'orsque je me connecte
http://127.0.0.1/...test_wml.wml
ça n'affiche rien
MERCI