|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
I Set the MIME types for Apache to send wml pages and I do not get a response on my emulator! It appears to be loading and as soon as it is ready nothing appears on the emmulator.
Specs: Windoes 98 2nd ed. Nokia WAP toolkit with blueprint emmulator Please give detailed answer (; Thanx |
|
#2
|
|||
|
|||
|
Hi,
I take it that you have included the following lines in your httpd.conf : AddType text/vnd.wap.wml wml AddType image/vnd.wap.wbmp wbmp AddType text/vnd.wap.wmlscript wmls AddType application/vnd.wap.wmlc wmlc AddType application/vnd.wap.wmlscriptc wmlsc and restarted apache. Is your wml document a simple one ? If not, try a really simple document. I found that Nokia's WTK was very picky when it comes to correct WML. A simple document : <?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="index" title="testing"> <p> Hello World </p> </card> </wml> Cheers, morsor |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > Apache and WML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|