I'm trying to run a simple mobwrite on the
mobwrite3.appspot.com
engine. Below is the script for the html page I'm using locally, but
it doesn't save anything when I close the document and reopen and, of
course, it doesn't sync between multiple computers. What am I missing?
<HTML>
<HEAD>
<TITLE>Priorites - Signs Now Norman</TITLE>
<STYLE type="text/css">
BODY {background-color: white; font-family: sans-serif;}
H1, H2, H3 {font-weight: normal;}
TEXTAREA {font-family: sans-serif; font-size: 42}
</STYLE>
<SCRIPT SRC="
http://mobwrite3.appspot.com/static/compressed_form.js"></
SCRIPT>
<!--
<SCRIPT SRC="
http://mobwrite3.appspot.com/static/
diff_match_patch_uncompressed.js"></SCRIPT>
<SCRIPT SRC="
http://mobwrite3.appspot.com/static/mobwrite_core.js"></
SCRIPT>
<SCRIPT SRC="
http://mobwrite3.appspot.com/static/mobwrite_form.js"></
SCRIPT>
-->
</HEAD>
<BODY ONLOAD="mobwrite.share('Priorities', 'Priorities');">
<TABLE STYLE="height: 100%; width: 100%">
<TR><TD HEIGHT=1><H1>Priorities</H1></TD></TR>
<TR><TD><TEXTAREA ID="Priorities" STYLE="width: 100%; height: 100%"></
TEXTAREA></TD></TR>
</TABLE>
</BODY>
</HTML>
Thanks,
-M@SN