A voir également:
- Problème href en WML
- <A href="/account/login#recover">reconfigurer votre mot de passe</a> ✓ - <a href="https://forums.commentcamarche.net/forum/windows-10-328">Forum Windows 10</a>
- Href image ✓ - <a href="https://forums.commentcamarche.net/forum/wordpress-161">Forum Wordpress</a>
- A href method post - <a href="https://forums.commentcamarche.net/forum/php-155">Forum PHP</a>
- Recuperation de mot de passe - account.live.com password reset ✓ - <a href="https://forums.commentcamarche.net/forum/hotmail-outlook-com-193">Forum Hotmail / Outlook.com</a>
- Enlever trait sous un lien href ✓ - <a href="https://forums.commentcamarche.net/forum/webmaster-24">Forum Webmastering</a>
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