InsertLink syntax

  •  06-21-2005, 2:47 AM

    InsertLink syntax

    Does someone know the parameters for the execcommand("insertlink"... function? I got this now at the moment (and it works; window.dialogArguments==Editor1):

    (JavaScript)
    window.dialogArguments.ExecCommand("InsertLink",false,document.getElementById("urlbox").value);

    in addition, I whould like to:
    • set the text for the inserted link
    • pass the disired target frame to the function
    Is there a javascript reference or API documentation or something like that on those ExecCommand functions?
View Complete Thread