>>109028390
>you want to do it without scripting you'd have to load a whole new page from the server with only that one element replaced
<!DOCTYPE html>
<style>
* {
font-family: arial;
}
body {
background: #EEF2FF;
}
summary>a {
color: #34345C;
}
summary>a:hover {
color: #DD0000;
}
details[open]>summary {
display: none;
}
tr>td:first-child {
background-color: #98E;
font-weight: bold;
border: 1px solid;
padding: 0 5px;
font-size: 10pt;
}
</style>
<details>
<summary style="list-style: none;cursor: pointer;font-size: 22px;font-weight: bold;">[<a>Post a Reply</a>]</summary>
<table style="border-spacing: 1px;">
<tr>
<td>Name</td>
<td><input name="1" placeholder="Anonymous"></td>
</tr>
<tr>
<td>Options</td>
<td><input name="2" style="margin-right: 2px;"><input type="submit" value="Post"></td>
</tr>
<tr>
<td>Comment</td>
<td><textarea name="3" cols="48" rows="4" wrap="soft"></textarea></td>
</tr>
<tr data-type="File">
<td>File</td>
<td><input name="4" type="file"></td>
</tr>
</table>
</details>