05-04-2006, 08:13 PM
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.
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.
i have a local html file with timymce editor (wysiwyg editor) from with i pass
via run: Protocol Handler the edited content to qm.
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.
