<%attr>
b_32 => 'default value'
b_64 => ‘default value’
</%attr>
print $b_32;
print $b_64;
From: Eugenio Duran Aroche [mailto:[email protected]]
Sent: Saturday, March 03, 2012 12:05 PM
To: [email protected]
Subject: [Mason] I need help please
I have this form in a Mason component
<form >
<input type="checkbox" name=b_32 value="32_bit" checked > 32-bit
<input type="checkbox" name=b_64 value="64_bit" > 64-bit <br>
nombre <input type="text " name="text" > <br>
<input type='submit' value="ok">
</form>
I dont know how get the values in Mason
<http://www.antiterroristas.cu/> Description: Image removed by sender.
<<image001.jpg>>
------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

