• 0

WAP 2.0 html code


Question

I have a webspace and I want to write a simple wap page.

How simple? Just a blank page with an image inside, so I can download it from my mobile phone to set it as wallpaper, screensaver or messege icon.

All those pictures are just gifs or animated gifs, so there should be no problem linking an image.

But how do I do this?

Here is an example html page (created by frontpage):

<html><head>

<meta name="GENERATOR" content="Microsoft FrontPage 5.0">

<meta name="ProgId" content="FrontPage.Editor.Document">

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<title>New Page 1</title>

</head>

<body><p><img border="0" src="dex.jpg" width="691" height="523"></p></body>

</html>

How can I make this work on a WAP browser? Is there any application or extension for frontpage or dreamweaver to write wap pages?

And if I manage to write some wap html code, will that work on my webspace or do I have to use a webspace designed for WAP browsers?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
I have a webspace and I want to write a simple wap page.

How simple? Just a blank page with an image inside, so I can download it from my mobile phone to set it as wallpaper, screensaver or messege icon.

All those pictures are just gifs or animated gifs, so there should be no problem linking an image.

But how do I do this?

Here is an example html page (created by frontpage):

<html><head>

<meta name="GENERATOR" content="Microsoft FrontPage 5.0">

<meta name="ProgId" content="FrontPage.Editor.Document">

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<title>New Page 1</title>

</head>

<body><p><img border="0" src="dex.jpg" width="691" height="523"></p></body>

</html>

How can I make this work on a WAP browser? Is there any application or extension for frontpage or dreamweaver to write wap pages?

And if I manage to write some wap html code, will that work on my webspace or do I have to use a webspace designed for WAP browsers?

Mobile Website?

use hte Microsoft Mobile Internet Toolkit.

Link to comment
Share on other sites

  • 0

Ok, I have Mobile Internet Toolkit but how do I use it? What kind of application/project do I have to build?

C# Mobile web application? I don't even know if my phone supports java, is there C# or framework support on mobile phones? :o

I've found a WAP editor, I'm going to try it in my web server for now.

Link to comment
Share on other sites

  • 0
Ok, I have Mobile Internet Toolkit but how do I use it? What kind of application/project do I have to build?

C# Mobile web application? I don't even know if my phone supports java, is there C# or framework support on mobile phones? :o

I've found a WAP editor, I'm going to try it in my web server for now.

just make an asp mobile web application, put all your html stuff on it :)

it'll do all the "plumbing" and screen size adjustments for you.

don't need framework? it'l lbe parsed as HTML :D

Edited by xStainDx
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.