Advertisement
contatowellington

Untitled

Jul 8th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <form action="<?php echo $editFormAction; ?>" method="POST" name="form" id="form">
  2. <select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu('parent',this,0)">
  3. <option>Selecione a forma de pagamento</option>
  4. <option value="http://localhost/selectprod.php">ร€ vista no ato da entrega</option>
  5. <option value="http://localhost/vendapagueseg.php">Cartรฃo de Crรฉdito</option>
  6. </select>
  7. <input name="idcomprador" type=hidden value="<?php echo $_SESSION['kt_login_id']; ?>" size="1" maxlength="1" readonly="readonly" />
  8. <input type="hidden" name="MM_insert" value="form" />
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement