对于PHPCMS
<input type="button" value="{L('register')}" style="color:#ffffff;width: 80px; height: 32px;background-color:#02b3b3;border:2px solid white;" onClick="window.open('{APP_PATH}index.php?m=member&c=index&a=register&siteid={$siteid}')" />
本文介绍了一种使用PHPCMS创建带有特定样式的注册按钮的方法,并通过JavaScript实现了点击按钮后打开新页面进行会员注册的功能。
对于PHPCMS
<input type="button" value="{L('register')}" style="color:#ffffff;width: 80px; height: 32px;background-color:#02b3b3;border:2px solid white;" onClick="window.open('{APP_PATH}index.php?m=member&c=index&a=register&siteid={$siteid}')" />

被折叠的 条评论
为什么被折叠?