Greetings
I don't know javascript but have searched google for hours until I found daniweb, and so I thought I would ask experts. I want to be able to display a message for first time visitors to a website. Ideally it would check to see if they've been to the page before and if not, then the message would offer a premium if they acted immediately. But, the message would say something like, "If you buy before hrs:mins you can use coupon code xyz123 for 10% off" or words to that effect.
I would like the message to use their computer's time and add 30 minutes so that if the new user visits the site at 12:00 noon, the message would read, "if you buy before 12:30PM...", instead of just "buy now" or "buy in the next 30 minutes".
I just can't figure out how to put javascript in javascript. And, hopefully, make it work across IE and Firefox.
Thank you in advance...