Well it's not on a public page anyway because its in an admin control panel, however.
Code:
<form id="addreply-form">
<textarea name="post" id="post" style="width: 99%; height: 250px;" class="bbcode-input"></textarea>
</form>
<script type="text/javascript">
var f2=new rememberForm("addreply-form");
f2.persistfields("post");
</script>
Thats taken straight from the source code.
I don't understand how on the demo page it recalls the value of the textarea because theirs no name or id set to it and in the source it only tells it to grab the two input fields?
Bookmarks