/** * modified by pm from insertButton to insert a value at location * it is used by the dropdown menu to place a link into the edit box */ function insertIntLink( value) { value=escapeQuotes(value); value= "[[" + value + "]]"; insertAtCarret (document.editform.wikitext,value); return; }