|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
wmls does not work
i am having problemd with my WMLS coding, i have got a basic selection menu from which the user selects an option, they are then taken to the WMLS, where a Diloag promt should appear
the Wml code is: ---Card 1--- <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd"> <wml> <card id="profile" title="Profile"> <p align="left"> <select> <title="Profile" name="ProSel"> <option value="General" onpick="general.wml">General</option> <option value="Meeting" onpick="meeting.wml">Meeting</option> <option value="Silent" onpick="silent.wml">Silent</option> <option value="Loud" onpick="loud.wml">Loud</option> </select > <label="Select"> </p> </card> </wml> ---Card2-- <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd"> <wml> <card id="general" title="Profile"> <p align="left"> <select> <title="General" name="Gen"> <option value="Activate" onpick="act.wml">Activate</option> <option value="Personalise" onpick="#personalise">Personalise</option> <option value="Timed" onpick="#timed">Timed</option> </select > </p> </card> </wml> WMLS------------------------------------------------------ extern function dialog(){ Dialogs.alert ("Activated profile general"); WMLBrowser.go ("profilemenu.wml#profile"); } ------------------------------------------------------------ please could any one tell em what teh problem is as i semt o always get problems whilst workign wtih Wmlscripts im using openwave 6.2.2 running off C:\ Thank you! x |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > wmls does not work |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|