1 <textarea id='id_message'
>
6 type=
"application/browser-plugin"
9 style='border: solid
1px red'
14 function dragLocation() {
15 return [id_message
.offsetLeft
+ id_message
.offsetWidth
/ 2,
16 id_message
.offsetTop
+ id_message
.offsetHeight
/ 2];
19 function dropLocation() {
20 return [plugin
.offsetLeft
+ plugin
.offsetWidth
/ 2,
21 plugin
.offsetTop
+ plugin
.offsetHeight
/ 2];
24 function SetSrc(src
) {
25 plugin
= document
.getElementById('plugin');