Faroese
[squirrelmail.git] / doc / compose.txt
CommitLineData
f29c336c 1Using the comp_in_new function
2==============================
3
4comp_in_new is the javascript function to popup a new compose window.
5
b899bb85 6the function needs one argument:
71) url with arguments to the compose window.
f29c336c 8
9example 1:
b899bb85 10<a href="javascript:void(0)" onclick="comp_in_new("")>
f29c336c 11
12example 2:
b899bb85 13<a href="javascript:void(0)" onclick="comp_in_new("../../src/compose.php?argument1=true&amp;argument2=test")>
f29c336c 14