感谢您的阅读。 我有个问题... 可能是onclick事件中的情况?
目前我有:
<button iconClass="dijitButtonIcon dijitButtonIconCsv" dojoType="dijit.form.Button" type="submit"
onclick="protectDblClick(this);window.open('../plugin/IGE-XAO_CompositionReport/checkCompatibility.php?product1=' + dijit.byId('projectSelected3').get('value'),'theFrame');">
<?php echo i18n("createCSV");?>
</button>
但是,我想创建一个条件。 如果product1为null,我想使用名为showError()的函数显示错误
我还没有在互联网上看到解决方案... 感谢帮助 ! :)