在我的html表单中,有一个表单submit ()按钮;除此之外,还有一个按钮()用于返回到上一页,而不需要编辑任何信息。见下文:
<form name="edit_profile_form" onsubmit="return EditProfileValidation();" method="post" action="user_info_save.php">
...
// here text and radio fields to edit user profile info by the user.
..
我按照这些指示删除了“添加到购物车”。我试图删除属性为"instore_only“的项的add to cart按钮,当响应为”是“时,我希望它回显我为其创建的静态块。当我做第一部分时,按钮永远不会消失。这是我的代码:
//Check if the "Available in store only" variable is set to 'Yes':
if(($_product->getAttributeText('instore_only')) == "Yes"){
//If set to Yes
我有一页单选按钮和表格。当我选择一个单选按钮时,我需要它的id被设置为$_POST'id‘varible,所以当我提交表单时,我可以检查选择了哪个单选按钮并采取相应的行动。我知道我不能直接做所以试着用
onclick="document.getElementById("id").value="'.$row['id'].'"
在单选按钮上,但不起作用。
$d="select * from {$_c['dbprefix']}card where active='1' order