<button type="button" title="<?php echo $this->__('Add New Address') ?>" class="button" onclick="window.location='<?php echo $this->getAddAddressUrl() ?>';"><span><span><?php echo $this->__('Add New Address') ?></span></span></button>
我尝试了一些东西<input type="submit" title="Add New Address" value="Add New Address" />
,但只显示了按钮,但没有链接到添加新地址表单