Hi
I need to implement the following functionality on my web page using javascript to which i am completely new.
I have a particular div with a unique id in my page. this div should be visible only when the user visits the page for the first time .So I need to set a cookie that hides div from page if it has already been shown to visitor.
Please suggest sumthing