Added stylesheets with default Comic Sans MS and Bitstream Vera Sans/Verdana
[squirrelmail.git] / doc / compose.txt
1 Using the comp_in_new function
2 ==============================
3
4 comp_in_new is the javascript function to popup a new compose window.
5
6 the function needs one argument:
7 1) url with arguments to the compose window.
8
9 example 1:
10 <a href="javascript:void(0)" onclick="comp_in_new("")>
11
12 example 2:
13 <a href="javascript:void(0)" onclick="comp_in_new("../../src/compose.php?argument1=true&amp;argument2=test")>
14