dongqun5769 2013-12-15 10:34
浏览 1622
已采纳

PHP url链接变量

I have the following problem.

I do a while mysql_fetch_arry function to get values from a table.

And i want at each line, in the end, a text field (ammount) and a button (add).

Code looks like this:

<?php while($info = mysql_fetch_array( $data )): ?>
<td id="articlenr" class="width1left"><a href="www.google.de\<?php echo $info['articlenr'] ?>"><?php echo $info['articlenr'] ?> </a></td>
<td class="width2center"><?php echo $info['stock']. " / " .$info['minstock'] ?></td>
<?php endwhile ?>

The second line is for article details, what is working.

So the problem is how can i function wich does a onclick Event on the button and the textfield on each line.

on button click should happen:

  1. get value from textfield "ammount" (this line) and Articlenr (this line)
  2. build a link wich ist "....\add.php?article=articlenr(from this line)&ammount=ammount(from this line) 3.open a new window

Thank you for your help :)

  • 写回答

1条回答 默认 最新

  • doudi1978 2013-12-15 11:00
    关注
    <?php while($info = mysql_fetch_array( $data )): ?>
    <td class="width1left"><a href="www.google.de\<?php echo $info['articlenr'] ?>"><?php echo $info['articlenr'] ?> </a></td>
    <td class="width2center"><?php echo $info['stock']. " / " .$info['minstock'] ?></td>
    <td><input type="text" id="amount<?php echo $info['articlenr'] >?"></td>
    <td><input typ="button" value="add" onclick="openWindow('<?php echo $info['articlenr'] ?>');"></td>
    <?php endwhile ?>
    
    <script>
    function openWindow(articlenr) {
        var amount = document.getElementById('amount'+articlenr).value;
        var url = ".../add.php?article="+articlenr+"&ammount="+amount;
        window.open(url);
    }
    </script>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 寻找一位有逆向游戏盾sdk 应用程序经验的技术
  • ¥15 请问有用MZmine处理 “Waters SYNAPT G2-Si QTOF质谱仪在MSE模式下采集的非靶向数据” 的分析教程吗
  • ¥50 opencv4nodejs 如何安装
  • ¥15 adb push异常 adb: error: 1409-byte write failed: Invalid argument
  • ¥15 nginx反向代理获取ip,java获取真实ip
  • ¥15 eda:门禁系统设计
  • ¥50 如何使用js去调用vscode-js-debugger的方法去调试网页
  • ¥15 376.1电表主站通信协议下发指令全被否认问题
  • ¥15 物体双站RCS和其组成阵列后的双站RCS关系验证
  • ¥15 复杂网络,变滞后传递熵,FDA