Thread: Learn WAP
View Single Post
  #42 (permalink)  
Old 04-02-2008, 10:48 AM
rrrajesh84in rrrajesh84in is offline
D-Web Master
 
Join Date: Mar 2007
Posts: 399
rrrajesh84in is on a distinguished road
Default Re: Learn WAP

Specify a Variable through an Input Element

Variables can also be set through an input element (like input, select, option, etc.).
The following example will create a variable named schoolname:
<card id="card1">
<select name="schoolname">
<option value="HTML">HTML Tutorial</option>
<option value="XML">XML Tutorial</option>
</select>
</card>
__________________
.....................................
''''''
Rajesh''''''
Ants. . . . . . Like me
Reply With Quote