|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
I am trying to view simple wml files on the Nokia 7210 and 5100 simulators but my page does not show up on the simulator....what should i do..Im using Nokia Mobile Internet 4.0 to edit wml codes. below is the code i have done, nothign seesm to be wrong! Please HELP!!
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd"> <wml> <template> <do type="prev"><prev/></do> </template> <card id="mainmenu"> <do type="go" label="Menu"> <go href="#Menu"/> </do> <do type="go" label="Search"> <go href="#Search"/> </do> <p align="center"> <big><b>T-Mobile</b></big> </p> </card> <card id="Menu" title="Menu"> <p align="center"> <big><b>NOKIA MENU</b></big> </p> </card> <card id="Search" title="Search"> <p align="center"> <big><b>Enter search criteria</b></big> <input name="search"> </p> </card> </wml> all that appears on the simultor is T-MOBILE not any of teh button names (MENU and SEARCH) PLEASE HELP!! Thanks |
|
#2
|
||||
|
||||
|
You have a xml error:
Quote:
Change Code:
<input name="search" > // to <input name="search" />
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
|
#3
|
|||
|
|||
|
Quote:
thanks, Ill try that!! xx |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > WML doesnt appear on simulators |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|