送信をクリックした後、ポップアップウィンドウでコンテンツ(テキスト、ラジオボタン、送信ボタンなど)を非表示にし、同じポップアップウィンドウに新しいコンテンツ(テキスト、ラジオボタン、送信ボタン)を表示する方法は?
例、ポップアップ ウィンドウ:
<b>Question 1 : </b> Vanessa and Brett had been arguing about their perceived
proclivity to spend for hours together. What word describes the couple's predicament? <br>
<form name="quest" method="POST" action="">
<p><input type="radio" value="Wrong" name="ans">Demarche </p>
<p><input type="radio" value="Correct" name="ans">Impasse </p>
<p><input type="radio" value="Wrong" name="ans">Mélange </p>
<p><input type="radio" value="Wrong" name="ans">tête-à-tête </p>
<input type="submit" name="NEXT" value="Next">
</form>
次のボタンをクリックすると、フォームの上に非表示になり、次のフォームが表示されます...
<b>Question 2 : </b> Vanessa and Brett had been arguing about their perceived
proclivity to spend for hours together. What word describes the couple's predicament? <br>
<form name="quest" method="POST" action="">
<p><input type="radio" value="Wrong" name="ans">Demarche </p>
<p><input type="radio" value="Correct" name="ans">Impasse </p>
<p><input type="radio" value="Wrong" name="ans">Mélange </p>
<p><input type="radio" value="Wrong" name="ans">tête-à-tête </p>
<input type="submit" name="NEXT" value="Next">
</form>