<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" />
但只显示按钮,但没有链接到添加新地址表单