АБ
Size: a a a
АБ
АЗ
EN
var h = 'https://stroy17.com.ua/galereya-obektov/stroitelstvo-kottedzhej/stroitel-stvo-derevyannykh-domov/category/55-karkasnyj-dom-proekt-komfort'
function fetch(){
var response = UrlFetchApp.fetch(h, {muteHttpExceptions: true }).getResponseCode();
}
А
var h = 'https://stroy17.com.ua/galereya-obektov/stroitelstvo-kottedzhej/stroitel-stvo-derevyannykh-domov/category/55-karkasnyj-dom-proekt-komfort'
function fetch(){
var response = UrlFetchApp.fetch(h, {muteHttpExceptions: true }).getResponseCode();
}
EN
А
C
Команды
Донат
Памятки
+
(знак плюса) или "спасибо" в ответ на сообщение — увеличивает репутациюEN
go
на триггер на редактирование таблицы.function go(e){
var ss = e.source;
var sheet = ss.getActiveSheet();
var r = e.range;
var v = e.value;
if(r.getColumn() == 1 && sheet.getName() == 'Лист1' && v == 'TRUE'){
var url = r.offset(0, 1).getValue();
r.offset(0, 2).setValue(getResponseCode(url));
}
}
function getResponseCode(h){
return UrlFetchApp.fetch(h, {muteHttpExceptions: true }).getResponseCode();
}
EN
go
на триггер на редактирование таблицы.function go(e){
var ss = e.source;
var sheet = ss.getActiveSheet();
var r = e.range;
var v = e.value;
if(r.getColumn() == 1 && sheet.getName() == 'Лист1' && v == 'TRUE'){
var url = r.offset(0, 1).getValue();
r.offset(0, 2).setValue(getResponseCode(url));
}
}
function getResponseCode(h){
return UrlFetchApp.fetch(h, {muteHttpExceptions: true }).getResponseCode();
}
EN
λ
EN
λ
EN
function getResponseCode(h){
return UrlFetchApp.fetch(h, {muteHttpExceptions: true }).getResponseCode();
}
EN
v
EN
v