help make additional changes in code that it should appear for once .. it keeps on coming on going back to the html page, I'm bad in ajax code.
Code:
<script type="text/javascript">
// close the div in 5 secs
window.setTimeout("closeHelpDiv();", 5000);
function closeHelpDiv(){
document.getElementById("helpdiv").style.display="none";
}
</script>
Comment