A direct access shortcut to Blogger
To create a shortcut to post on Blogger, open a document with the block-note, copy-Paste the following text by replacing your_login and your_password by your identifiers, and 1234567 by your blog's ID (see URL):
<html>
<script>function send(){document.login.submit()}</script>
<body onload="send()">
<form method="post" name="login" action="http://www.blogger.com/login.do">
<input type="hidden" name="username" value="your_login">
<input type="hidden" name="password" value="your_password">
<input type="hidden" name="destination" value="lofi/post.pyra?blogID=1234567">
</form>
</body>
</html>
Record the document by giving it an html extension (ex: Blogger.html)
hello "block-note" is an improper translation for "Notepad"
jfb