如何首先启动我的网站弹出窗口

时间:2016-10-08 16:31:14

标签: web

我第一次通过手机短信访问应用程序或网站时想要创建我的网站时遇到问题。

需要什么?谁能帮我解决问题?

1 个答案:

答案 0 :(得分:0)

Javascript例如: 你可以设置一个cookie。

<script>
var tehDiv = document.getElemenbyId('adiv');
if (localStorage.getItem('firstTime'){
theDiv.innerHTML='';
}else{
localStorage.setItem('firstTime', 'no');
theDiv.innerHTML='The html that shows download app buttons';
}
</script>

<body>

blablablabla
<div id="adiv">Here will be placed download buttons or not</div>

如果需要知道移动设备是否有很多脚本。例如,这一个:Detecting iOS / Android Operating system