是否可以使用 JavaScript 删除表中的数据并用新数据替换它?例如,您在表格中有文本,在该文本下方有一个显示“参加测验”的按钮,单击该按钮后,文本消失并出现测验。然后,在完成测验并单击提交按钮后,测验就会消失,并且会出现一条感谢消息。我正在尝试找出一种让用户保持在同一页面上的方法。我附上了一个截图,希望能帮助解释我在说什么。
<table width="1280" height="1024" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td colspan="3">
<img src="images/asdfasd.gif" width="1280" height="239" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/asdf02.gif" width="110" height="785" alt=""></td>
<td><div id="vsp_copy"><table width="1045" border="0">
<tr>
<td height="543" ><h2>VIDEO: THE REAL COST </h2>
<iframe width="600" height="360" src="http://www.youtube.comdfas?rel=0" frameborder="0" allowfullscreen></iframe></td>
<td><h2>sdfasdf</h2>
<h2>asdfa</h2>
<h2>asdf</h2>
<p>asdf </p>
<p>asdf</p>
<p>asdf </p>
<p>asdf</p>
<p>adfsdf</p>
<p><img src="images/asdfas.gif" width="357" height="37"></p></td>
</tr>
</table>