Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<SCRIPT LANGUAGE="JavaScript">
function text (text) {
var post = document.form.post;
post.value += text;
post.focus();
return;
}
</SCRIPT>
<form name="editform" >
<a href="javascript:text('text')">
<img src="lacey4.jpg" /></a>
<textarea rows="10" cols="50" name="post" ></textarea>
</FORM>