[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

i would like to build a small web page which can be viewed from a mobile device

D.Rudiani

3/7/2005 11:38:00 PM

Hello,

forgive me if this is the wrong newsgroup for this question.

Question - How can i build a simple ASP page which can be viewed from a
mobile device?
Can someone give me an example.

& is there any way that i can test these asp pages of mine using some
emmulator of some sorts.
as i do not have any mobile devices to browse the net.

thanks to all,

Rudi


2 Answers

D.Rudiani

3/7/2005 11:45:00 PM

0

Please NOTE i would like to do this using CLASSIC ASP

"D.Rudiani" <rudi@www.com> wrote in message
news:O7DwB92IFHA.1304@TK2MSFTNGP10.phx.gbl...
> Hello,
>
> forgive me if this is the wrong newsgroup for this question.
>
> Question - How can i build a simple ASP page which can be viewed from a
> mobile device?
> Can someone give me an example.
>
> & is there any way that i can test these asp pages of mine using some
> emmulator of some sorts.
> as i do not have any mobile devices to browse the net.
>
> thanks to all,
>
> Rudi
>
>


Chance Hopkins

3/20/2005 8:00:00 AM

0


"D.Rudiani" <rudi@www.com> wrote in message
news:O7DwB92IFHA.1304@TK2MSFTNGP10.phx.gbl...
> Hello,
>
> forgive me if this is the wrong newsgroup for this question.
>
> Question - How can i build a simple ASP page which can be viewed from a
> mobile device?
> Can someone give me an example.

<?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="Hello" title="Hello World">
<p>
Hello World</p>
</card>
</wml>

>
> & is there any way that i can test these asp pages of mine using some
> emmulator of some sorts.
> as i do not have any mobile devices to browse the net.

http://www...

>
> thanks to all,
>
> Rudi
>
>