Advertisement
contatowellington

Untitled

Jul 8th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Como fazer para esse JUMP MENU direcionar e inserir algo no banco ao mesmo tempo? <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://litrinhoclub.com/selectprod.php">À vista no ato da entrega</option>
  5. <option value="http://olitrinhoclub.com/selectprod.php">À vista no ato da entrega</option>on>
  6. </select>
  7. <input name="idcomprador" type=hidden value="<?php echo $_SESSION['kt_login_id']; ?>" size="1" maxlength="1" readonly="readonly" />
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement