Introduction
Use this script to create memo boxes. Have a look at these examples:
Example #1
Example #2
This script was tested with the following operating systems and browsers:
Windows XP: | IE 6, NN 7, Opera 7 + 9, Firefox 2 |
Mac OS X: | IE 5, Safari 1 |
If you use another browser or operating system, this script may not work for you - sorry.
Usage
Insert this line into your HTML body (not in the head section):
<script language="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>