|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Newbee WAP Issue Please Help!
I’ve written the following program as a first step into the world of WAP. Whenever I try to download the .nth file to my phone I get an error message.
Code:
<?xml version=”1.0”?> <!DOCTYPE wml PUBLIC “-//WAPFORUM//DTD WML 1.1//EN” http://www.wapforum.org/DTD/wml_1.1.xml> <wml> <card id="wap" title="WAP Home"> <p><a href="#nokia">Nokia S40 V1.2</a></p> </card> <card id="nokia" title="Nokia S40 V1.2"> <p><a href="#white">White</a></p> </card> <card id="white" title="White"> <p><a href="white.nth"></a></p> </card> </wml> I suspect the problem is the Code:
<p><a href="white.nth"></a></p> |
|
#2
|
|||
|
|||
|
You have missed a <p> tag:
<card id="wap" title="WAP Home"> <p> <a href="#nokia">Nokia S40 V1.2</a> </p> </card> To check syntax of WAP pages, I recommend you a combined WAP emulator and validator: http://www.wap-proof.com |
|
#3
|
|||
|
|||
|
Thank you. Your right I did miss those. I edited the code and the post so it looks like the edited post #1. However there was no change in the programs function. What gives? I think the server I’m on does not have the proper MIME type to serve the .nth file. What do you all think?
|
|
#4
|
||||
|
||||
|
i don't think your phone supports nth files whatever they are.
__________________
Andy Moore << oh no it's got a blog..... Word Press WAP Plugin with Ad Mob Advertising revenue PHP developer deploying ringtones, mp3 downloads and realtones I'm a geek who's obsessed with stats and gadgets |
|
#5
|
||||
|
||||
|
__________________
Cheers, Jamie # mdb4u | mobile movie database] | Please help to test and promote # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure __________________ 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. ![]() __________________ Last edited by jabba_29 : October 26th, 2006 at 04:29 AM. Reason: More info |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Mobile Programming > Newbee WAP Issue Please Help! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|