Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
function bohrlochabstandcheck (){
}
var bohrlochabstand=document.getElementById("BID").value;
var laenge=document.getElementById("LID").value;
if(bohrlochabstand>laenge){
}
document.getElementById("BID").value=laenge;