compose.txt 508 B

123456789101112131415161718
  1. Using the comp_in_new function
  2. ==============================
  3. comp_in_new is the javascript function to popup a new compose window.
  4. the function needs two arguments:
  5. 1) compose new message (true or false)
  6. 2) url with arguments to the compose window.
  7. if argument 1 is true then argument 2 should be ""
  8. example 1:
  9. <a href="javascript:void(0)" onclick="comp_in_new(true,"")>
  10. example 2:
  11. <a href="javascript:void(0)" onclick="comp_in_new(false,"../../src/compose.php?argument1=true&amp;argument2=test")>