|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
wml sdk
below is my code to view an image and some text in a nokia mobile browser using nokia internet toolkit. but the image cannot be shown.. can i noe y? and how do i code a login for user using wml? thanz alot
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd"> <wml> <template> <do type="prev"><prev/></do> </template> <card id="myCard" newcontext="true"> <do type="options" label="ShowMe"> <go href="#ShowMe"/> </do> <p align="center"> <img localsrc="Soccer.gif" alt="soccer"/> <br/> <b>Wap Toolkit 1.2</b> </p> </card> </wml> |
|
#2
|
|||
|
|||
|
You dont need the local bit
<img src="Soccer.gif" alt="soccer"/> Would do it.. ![]() |
|
#3
|
|||
|
|||
|
Login
With Regards To The Login Part You Would Need To Do This With Wmls Script (client Side) Or Asp, Php Or Jsp (server Side). Wmls Provides A Quick Solution Search The Web For Info On It.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > wml sdk |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|