Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<html>
<head>
<script type="text/javascript" src="/FCKeditor/fckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'MyTextarea' ) ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
</head>
<body>
<textarea id="MyTextarea" name="MyTextarea">This is <b>the</b> initial value.</textarea>
</body>
</html>
<textarea name="mytext"></textarea>
...
<script>
mytext.value = PHPfunction("I am Robert");
</script>
<style>
.inset {
border: 2px solid #CCC;
border-left-color: #999;
border-top-color: #999;
}
</style>
<div class="inset">
This looks like a textarea!
</div>
<DIV class="inset"
style='width: 350px;
height: 100px;
overflow-y:scroll;
'>
MyDiv.value += "text"