I have a project with 4 COldFusion pages in 4 frames. If in watch of those pages, I have a Javascript counter writing counts to a global var.
1. Are there any other scope besides cookie that can be used?
2. What would happen if more than 1 script writes to the global var at the same time?
3. Is there a way in Javascript to tell the difference between a page refresh by a submit button or automatic refresh by meta tag.
Thanks
1. Are there any other scope besides cookie that can be used?
2. What would happen if more than 1 script writes to the global var at the same time?
3. Is there a way in Javascript to tell the difference between a page refresh by a submit button or automatic refresh by meta tag.
Thanks