Web Page

Hi guys and gals,

I am developing an application where mobil phone having internet acces web page such as www.yahoomail.com in it screen when i submit user name and password it will enter into other page such as inbox and other stuff.

In My application i want to create web page havind text message enter when I click this enter it has to go into other web page there some image is there when i select that image and click on it. it has to display that image on my mobil phone.

So Can you plz give answer to my 2 questions1) How I can creat my own web page as http://myname.com and save it in server 2)Can I able to acces this webpage from my cellphone and display webpage information on my cell phone

[726 byte] By [javadev2a] at [2007-11-27 10:28:20]
# 1

check this

http://developers.sun.com/mobility/allarticles/#wap

suparenoa at 2007-7-28 17:51:04 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Hi all again

I am studying wap ....I feel bit confused..... is some body created web page which can be accesed by mobil browser phone and show that data in their mobil when accessing.... it plz send code of webpage creation

Thanks

javadev2a at 2007-7-28 17:51:04 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

if you use firefox, you can install "user agent switcher". after you can visit

http://www.google.fr/m

and you will a wap version of google.

the most important is that your page should respect XHTML 1.0. the header is:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

after this header, you can use xhtml to construct a mobile page.

search on google , you will find lots of stuff

suparenoa at 2007-7-28 17:51:04 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4

Hi Supareno,

Thanks for replying..I have one query plz clarify... If I write this code first

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

then I write XHTML code will it convert into WAP form...Actually I must create web page having wap form. which can able to open with real mobil phone browser and display its web page contains in exactly corectl format

Plz reply

Thanks

madhavan_ora@yahoo.com

javadev2a at 2007-7-28 17:51:04 > top of Java-index,Java Mobility Forums,Java ME Technologies...