ACC SHELL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CKFinder User's Guide</title>
<link href="other/help.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="other/help.js"></script>
<script type="text/javascript">
function CheckForm()
{
if ( document.getElementById( 'xSuggestion' ).value == '' )
{
alert( 'Please type your suggestion text before sending' ) ;
return false ;
}
document.getElementById( 'xSubmit' ).disabled = true ;
document.getElementById( 'spamcheck' ).value = 9945 + 13671 ;
return true ;
}
</script>
</head>
<body>
<h1>
Your Suggestions
</h1>
<p>
Feel free to use the following form to send us suggestions about this documentation.
We are always willing to improve it, offering you a better software every day.</p>
<h2>
Suggestions Form</h2>
<form action="http://cksource.com/ckfinder/doc_suggestion" target="_blank" method="post"
onsubmit="return CheckForm();">
<input type="hidden" name="doc" value="CKFinder User's Guide" />
<input type="hidden" name="spamcheck" id="spamcheck" value="7832" />
<p>
Your Suggestions:<br />
<textarea id="xSuggestion" name="suggestion" cols="70" rows="10"></textarea></p>
<p>
<input id="xSubmit" type="submit" value="Send" />
(opens a new window)</p>
</form>
</body>
</html>
ACC SHELL 2018