When walking trough an array we are trying to add select-boxes to a document<br>using the execCommand(InsertSelect....) function.<br>The syntax is like:<br><br>document.execCommand("InsertSelectListBox"<br><br>In a separate window everything works just fine, but when we use the script<br>in a frame it doesn't <br>The script is in the same frame as in which the boxes have to appear, so<br>that's not the problem. We have also tried to wait with executing the script<br>till all the frames are loaded successfully...<br>When debugging we found out that somehow the execCommandEnabled is false<br>when executing the script, so we cannot execute anything. If we just refresh<br>the frame (after ignoring errors), the script does works(??).<br><br>Has somebody ever been in a similar situation? If so, please tell us what<br>to do!<br><br>Thanks!<br>