Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
32768 Character Limit
#4
how long can be an argument via commandline ?

i have a local html file with timymce editor (wysiwyg editor) from with i pass
via run: Protocol Handler the edited content to qm.

Code:
Copy      Help
    function mysave() {
        window.location.href = "run:qmcl.exe?Q* M*emis_de1* A(§) 1§" + tinyMCE.getContent();
}

maybe i have to slice the tinyMCE.getContent() into pieces and pass the resulting amount as arguments to qm.

i have 8 html pages in my toolbar, until i have a htmleditor with controls there is no way to avoid using those sites.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)