Forum Moderators: open
<IFRAME WIDTH=200 HEIGHT=200 ID=myEditor></IFRAME>
<SCRIPT>
frames.myEditor.document.designMode = "On"
frames.myEditor.document.onmouseup=hello
function hello(){
document.getElementById("border2").setAttribute("value", "Please Work");
}
</SCRIPT>
<form>
<input id='border2' value='' size='25'>
</form>