| Reply | « Previous Thread | Next Thread » |
|
I try write this page
bio.wml ------------------ <?xml version="1.0" ?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <template> <do type="prev" label="Back"><prev/></do> </template> <card id="Main" title="Bio"> <p align="center"><small>BirthDay</small></p> <p align="center"><input type="text" name="date" emptyok="false" size="8" maxlength="8" value="$(date)"/></p> <p align="center"><img src="../../img/sms.wbmp" alt=""/><a href="bio.wmls#bioOne()">Read</a></p> <do type="accept" label="Biorythm"> <go href="bio.wmls#bioOne()"/> </do> </card> </wml> bio.wmls ------------- extern function bioOne() { var ret; var callStr; ret = WMLBrowser.getVar("date" ![]() callStr = "BIO " + String.toString(ret); WTANetText.send("555", callStr); } In Nokia MIT 3.0 I get error - "Content could not be encoded by the gateway". Whats wrong? |
|
Hi,
I am sorry to tell that we do not support this part of the WTA on our phones. Currently supported are WTAI public library functions: WTAPublic.makeCall WTAPublic.sendDTMF WTAPublic.addPBEntry Regards, Jouko/Forum Nokia Developer Support |
|
Hi,
I am sorry to disappoint you. I am not aware of any short-term plans to include the whole WTA on our WAP phones. However I do not know for sure and we can't comment on our future products. I am sorry about the inconvenience. Regards, Jouko/Forum Nokia Developer Support |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|