Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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
Posted
Updated 20-Oct-15 1:33am
v2
Comments
Sreekanth Mothukuru 20-Oct-15 9:45am    
Are you using Ajax update panel in any of your content pages ?

1 solution

hi check the fallowing code



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



 
Share this answer
 
Comments
Member 8232678 20-Oct-15 23:52pm    
Thanks, i already try this solution but on some content pages it is not working.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900