Temporary "fix" noting how out of date the documentation is.
[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
6the function needs two arguments:
71) compose new message (true or false)
82) url with arguments to the compose window.
9
10if argument 1 is true then argument 2 should be ""
11
12
13example 1:
14<a href="javascript:void(0)" onclick="comp_in_new(true,"")>
15
16example 2:
17<a href="javascript:void(0)" onclick="comp_in_new(false,"../../src/compose.php?argument1=true&amp;argument2=test")>
18