Web www.gerd-tentler.de
Version 1.9 (released Apr. 9, 2007) [Download]

Usage

Insert this line into your HTML body (not in the head section):
<script type="text/javascript" src="memo.js"></script>
The memo function takes three arguments:

1. The content of your memo box, e.g. 'Just a test'
2. The width of your memo box in pixels, e.g. 150 (optional)
3. The title of your memo box, e.g. 'Info' (optional)

Example

<a href="javascript:memo('Just a test', 150, 'Info')">some text here</a>

Comments