<!DOCTYPE html>
<html>
<head>
<base target="_top">
</head>
<body>
Please wait for few seconds, until this `Dialogue Box` closes. This waiting time is required for the Page to Load Completely. Thank you.<input type="button" value="Close" onclick="google.script.host.close()" />
</body>
</html>
Вместо того, чтобы пользователь нажимал на Close button
, я хочу, чтобы операция onclick
происходила автоматически через несколько секунд.Пожалуйста, помогите.