如何在加载内容页面时显示警报

问题描述:

大家好,



在我的项目中,我正在使用母版页,我在主页面上写了一条警告信息。比如



< body id =sitebody1onload =alert('hello');



它的工作正常。但在我的一些内容页面此警报不显示。



谢谢

Hello All,

In my project i am using master page and i write a alert message onload of master page.like

<body id="sitebody1" onload="alert('hello');"

Its works fine.But in my some content page this alert is not display.

Thanks

hi
检查暂停代码






hi check the fallowing code




(document).ready(function() {

alert(Hai);

});






(document).ready(function () {
alert("Hai");
});