开发者

page onload alerts

开发者 https://www.devze.com 2022-12-15 06:24 出处:网络
i want to show an alerts when a page loads .but i wat it to show only once in a session so that the users does not get disturbed.

i want to show an alerts when a page loads .but i wat it to show only once in a session so that the users does not get disturbed. please help me with开发者_如何学Go some javascript codes.

in hope robin .


Here is the javascript code link alert onload and only once per browser session


You can use cookie with short expiration date, e.g. 1 day.

0

精彩评论

暂无评论...
验证码 换一张
取 消