JimmyT Posted May 3, 2003 Share Posted May 3, 2003 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 More sharing options...
0 Steven Posted May 3, 2003 Share Posted May 3, 2003 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 More sharing options...
0 JimmyT Posted May 4, 2003 Author Share Posted May 4, 2003 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 More sharing options...
0 dissonation Posted May 4, 2003 Share Posted May 4, 2003 just type in the http address of the image on ur phone... works on mine Link to comment Share on other sites More sharing options...
0 Steven Posted May 4, 2003 Share Posted May 4, 2003 (edited) 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 May 4, 2003 by xStainDx Link to comment Share on other sites More sharing options...
0 JimmyT Posted May 4, 2003 Author Share Posted May 4, 2003 thank you, both of you :) Link to comment Share on other sites More sharing options...
Question
JimmyT
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