私はゲームを開始する前にビデオを見なければならないページに取り組んでいます。ビデオとゲームのリンクは同じページにあります。別のリンクがクリックされるまでリンクを「ロック」する簡単な方法はありますか? ここでは、ボタンの抜粋です:同じページの別のボタンがクリックされるまでボタンがクリックされないようにするにはどうすればよいですか?
<table class="t1">
<tr>
<th class="th1"><a href="<?php echo $video_url;?>" target="_blank"><div type = "button" class="button button1">Watch Video</div></a></th>
<th class="th1"><a><div class="button button2">Objective:<div class ="desc"><?php echo $game_description;?></div></div></a></th>
<th class="th1"><a href="<?php echo $construct_url;?>" target="_blank"><div type = "button" class="button button3">Play Game</div></a></th>
</tr>
</table>
ボタンが表示されません –
@AlonEitanリンクが彼の「ボタン」であると推測しています – j08691
@ j08691 ** div ** type = buttonではないのですか? :) –