Mobile Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreMobile Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 2nd, 2007, 01:25 PM
devshedrd devshedrd is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2007
Posts: 4 devshedrd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 26 m 55 sec
Reputation Power: 0
Problem with mot v3i phones

I am having little problem. The mot v3i (that has mot internet browser ) is not rendering my wml pages. It reports "requested page cannot be displayed". But Mot v3xx (that opera browser ?) is good.

any experts out there who can pass some judgement?

php Code:
Original - php Code
  1. <?php
  2. header("Content-type: text/vnd.wap.wml\n\n");
  3. ?>
  4.  
  5. <?xml version="1.0"?>
  6. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "(URL address blocked: See forum rules)">
  7.  
  8. <wml>
  9.  
  10. <card id="card1" title="Welcome">
  11.  
  12.  <table title="demo" align="LL" columns="2">
  13.  
  14.  <tr>
  15.  <td><img src="logo.jpg"  alt="Logo"/></td>
  16.  </tr>
  17.  
  18.  <tr>
  19.  <td>
  20.  
  21. <a href="#share">Tell A Friend</a><br/>
  22. <a href="#buy">Buy Tickets</a><br/>
  23. </td>
  24. </tr>
  25. </table>
  26.  
  27. </card>
  28.  
  29.  
  30.  
  31. <card id="share" title="Tell A Friend">
  32. <p>
  33.       Phone: <br/>
  34.       <input name="tnumber"/><br/>
  35.       <anchor>
  36.         <go method="get" href="sendsms.php">
  37.           <postfield name="tnumber" value="$(tnumber)" />
  38.           <postfield name="appurl" type="hidden" value="ai.com"/>
  39.         </go>
  40.         Submit Data
  41.       </anchor>
  42.     </p>
  43. <do type="prev"><prev/></do>
  44. </card>
  45.  
  46. <card id="buy" title="Buy Tickets">
  47.           <p>
  48.              Window Closed. Try next Register
  49.        
  50.           </p><do type="prev"><prev/></do>
  51. </card>
  52.  
  53.  </wml>

Last edited by jabba_29 : May 2nd, 2007 at 02:40 PM. Reason: Added syntax highlighting

Reply With Quote
  #2  
Old May 2nd, 2007, 02:53 PM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Click here for more information.
 
Join Date: Feb 2002
Location: Finland
Posts: 8,910 jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 4 Weeks 1 Day 10 h 15 m 4 sec
Reputation Power: 1693
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
I would remove the \n 's in your header for starters.

Try validating your code, here.
It shows a few errors.

And welcome to Dev Shed btw. Enjoy your stay!
__________________
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.



__________________

Reply With Quote
  #3  
Old May 2nd, 2007, 03:16 PM
devshedrd devshedrd is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2007
Posts: 4 devshedrd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 26 m 55 sec
Reputation Power: 0
Quote:
Originally Posted by jabba_29
I would remove the \n 's in your header for starters.

Try validating your code, here.
It shows a few errors.

And welcome to Dev Shed btw. Enjoy your stay!


I introduced those only after reading some threads. Didn't work though. Thanks for the reply.

Is validation free? $$$ ?

Reply With Quote
  #4  
Old May 2nd, 2007, 11:49 PM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Click here for more information.
 
Join Date: Feb 2002
Location: Finland
Posts: 8,910 jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 4 Weeks 1 Day 10 h 15 m 4 sec
Reputation Power: 1693
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
It is free, check out the WAP Resources thread,
there are links to more validation tools there.

Reply With Quote
  #5  
Old May 3rd, 2007, 10:22 AM
devshedrd devshedrd is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2007
Posts: 4 devshedrd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 26 m 55 sec
Reputation Power: 0
Quote:
Originally Posted by jabba_29
It is free, check out the WAP Resources thread,
there are links to more validation tools there.


I did validate using the w3school website. Still, the mot v3i is a problem child. It displays all the cards in one screen when It should display only upon clicking a link. Is it a bug in the Browser ? But Mot v3xx has opera browser (as per the apache log) and it works fine for the same code.

Reply With Quote
  #6  
Old May 4th, 2007, 08:38 PM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Click here for more information.
 
Join Date: Feb 2002
Location: Finland
Posts: 8,910 jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 4 Weeks 1 Day 10 h 15 m 4 sec
Reputation Power: 1693
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
I have never used the mot v3i browser, perhaps it is just a feature.

I use Firefox, Opera sometimes and the openwave emulator.

When you view WML in Firefox that contains multiple cards -
it shows them all on one page.

Go to the same page on a real mobile and it will only display the main card as expected.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreMobile Programming > Problem with mot v3i phones


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT