这是我对这个论坛的总体问题,我希望从我的问题中找到一个 我无法显示“retrun.windows.confirm share(”blah blah blah“)”的消息 当我删除消息弹出确认时出现信息。
这是我使用的代码
$msg=$msg .'
<tr>
<td>'.$row["Lib_Fr"].'</td>
<td>'.$row["Lib_En"].'</td>
<td>'.$row["Lib_Es"].'</td>
<td > <a class="image_sup" href="bo-gestion-contenu.php?id_LigneSup='.$row['_ID'].'&Table='.$_SESSION['NomTable2'].'" onclick="return window.confirm("dd");">
<img height="15" border="0" width="14" src="design/ico-delete.gif"/>
</a>
<a class="mouse" onclick="SimpleModal.open("Contenu_Maj.php?ID=".$row["_ID"]."&Table=".$_SESSION["NomTable2"]."", 350, 500);" >
<img height="15" border="0" width="14" src="design/detailed.png"/>
</a>
</td>
</tr>';
答案 0 :(得分:0)
a class =“mouse”onclick =“SimpleModal.open(”Contenu_Maj.php?ID =“。$ row [”_ ID“]。”&amp; Table =“。$ _ SESSION [”NomTable2“]。”“ ,350,500);“
你想在这里使用撇号来连接php值
PS:对不起我在手机上,我没有可用的wysiwyg编辑器