标签: google-sites
根据标题,我想在加载Google协作平台页面时显示一个提醒框。
我尝试过使用HTML Box和内联HTML,但还没有运气。
我已经能够通过链接生成警报框,但是当页面加载时显示它是我正在努力的地方。
答案 0 :(得分:0)
JavaScript的:
<script> $(document).ready(function(){ alert("My alert box content here"); }); </script>