Hai Willi,
I presume you are going to use ASP for your server side prog.
Steps to run wml file.
1.Download a wml browser/ simulator. You can get it from Phone.com.
http://www.phone.com
2.Write a wml file or .asp file
for example
<%
dim strHello
strHello = "<wml>"
strHello = strHello &"<P>"
strHello = strHello & "This is my first wml file"
strHello =strHello & "</p>
strHello = strHello & "</wml>"
Response.write strHello
%>
3.Save this file(First) in the root dir inside a folder say Test.
4.Run from the simulator by typing
localhost/test/first.asp.
Regrs,
siva,
Software Engineer,
Applied New Media ,Singapore
- Now you are read