iFrame.document.selection.createRange().text.style="fontWeight:bold";
sorry, muß natürlich heißen
iFrame.document.selection.createRange().text.style.fontWeight="bold";
iFrame.document.selection.createRange().text.style="fontWeight:bold";
sorry, muß natürlich heißen
iFrame.document.selection.createRange().text.style.fontWeight="bold";