tags:

views:

48

answers:

2

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 some javascript codes.

in hope robin .

+3  A: 

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

valli
+2  A: 

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

Li0liQ