次のhtmlコードがあります
gogu@yahoo.com wants to be your partner. Do you agree?
<br><input type="button" id="1" name="btn1" class="button" value="Yes" onclick="window.location='confirm/gogu@yahoo.com';" />
<input type="button" id="2" name="btn2" class="button" value="No" onclick="window.location='decline/gogu@yahoo.com';" />
問題は、[いいえ] ボタンをクリックすると、同じアドレス confirm/gogu@yahoo.com に移動することです。
どうすれば適切にリダイレクトできますか?