Quote:
Originally Posted by reach100
Thank you for your response. What do I put where is says "// code to show splash screen here." I really appreciate your help.
I did some research and ented this:
if (visits >= 3) {
window.location.href = 'http://www.sealfit.com/hp';
}
Its working, thanks!
|
Presumably it should be if(visits >3) {
I understand that you are redrecting to another page (without splash screen) if visits value is more than 3.