我想在我的页面网址中添加类似“#coupon”的内容。谁能帮我?
http://www.myhost.com/design-brief.php#coupon
<?php
if(isset($_POST['TryCoupon']))
{
// I need something here
// I dont want to use Location to direct as I am on the same page and want to preserve field values
}
?>
我的页面上有一个锚点,我希望用户在用户提交表单时转到该锚点。
<td id="coupon"></td>