var sidebarDoc = document.getElementById("sidebar").contentDocument;
// Verify that our sidebar is open at this moment:
if (sidebarDoc.location.href == "chrome://grabtext/content/gtsidebar.xul") {
// set text:
sidebarDoc.getElementById(txtbx).value = str;
}
}

0 comments:
Post a Comment