<!DOCTYPE html PUBLIC "-//W3C/DTD XHTML+Voice 1.0/EN" "xhtml+voice.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:vxml="http://www.w3.org/2001/vxml"
      xmlns:ev="http://www.w3.org/2001/xml-events"
      xmlns:xv="http://www.voicexml.org/2002/xhtml+voice">

<head>
  <title> GUI Online Payment </title>                                                   
</head> 


<body> 
<h1>Online Payment</h1>
<form>
     Recipient
     <select name="recipientGUI"> 
         <option value = "Ajax">Ajax</option>
         <option value = "Superstore">Superstore</option>
     </select>
     Amount
     <select name="amountGUI"> 
         <option value = "10">10</option>
         <option value = "20">20</option>
         <option value = "30">30</option>
         <option value = "40">40</option>
     </select>
</form>
</body>
</html>
