console.dir({a: 1, b:2})
console.dirxml({a: 1, b:2})
<form name="idform">
<input type="text" name="id" value="Введите id" id="text">
<input type="button" value="Перейти" id="button">
</form>
document.getElementById('button').addEventListener('click', () => window.open(`hhttp://тут-ссылка${document.getElementById("text").value}продолжение ссылки`, 'windowName'));
let listCheckbox = document.querySelectorAll('.i-6');
let button = document.getElementById('btn-1');
button.addEventListener('click', function (e) {
for(i=0; i<listCheckbox.length; i++){
let chekcbox = listCheckbox[i].closest('div');
if (listCheckbox[i].checked === true && listCheckbox[i].value == 1) {
chekcbox.classList.add("right");
chekcbox.classList.remove("false");
} else if (listCheckbox[i].checked === true && listCheckbox[i].value == 0) {
chekcbox.classList.add("false");
chekcbox.classList.remove("right");
}
}
});
const compName=prompt("Name Composition:");
const w=prompt("Set width");
const h=prompt("Set height");
if(compName!=null && w!==null && h!==null){
var newcomp = app.project.items.addComp(compName, w, h, 1, 15, 25);
}
let companyName = a[j].textContent.trim();
let a = document.createElement("a");
a.textContent = companyName;