|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Ecrire un site supporter Wap?
Comment pour ecrire un site supporter Wap?
Je veux ecrire une fiche.php pour proposer les nouveaux articles pour mon website http://www.wedonow.com. Je je veux connecter par mon mobile? Aide_moi. Merci bc! Wedo.Coprs http://www.wedonow.com |
|
#2
|
||||
|
||||
|
giangcui,
c'est pas trop dur d'ecrire une fiche pour connecter par un mobile. Mais ca serrait mieux de demander en Anglais... for WAP pages you need to write your fiche in WML. WML is essentiailly XML with a different DTD - I'm not an expert, but your sources should look something like this: Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id="main" title="My Title"> <p align="center"> <img src="/images/mylogo.png" alt="some text" /></p> <p align="center"> <a href="/page1.php">first page</a><br/> <a href="/page2.php">Something else</a><br/> <a href="/page3.php">another page</a><br/> <a href="/page4.php">4th page</a><br/> </p>< /card> </wml> that will just give a very simple page with 4 links on it . Note, this example is very very basic. There is a lot more you can do to manage your 'decks' and also to detect the user agent (even on a per-handset basis) to control what content is delivered. bon chance!! christo ![]()
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#3
|
|||
|
|||
|
Thank you,
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > Ecrire un site supporter Wap? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|