Javascript appearing "Add to Cart" DIV TAG - Any clues?

by newbim
2 replies
  • WEB DESIGN
  • |
Hi,

As mentioned in one of my posts in the Marketing Forum, a popular tactic at the minute is having clients go to a landing page with nothing on it other than a video. After a pre-determined amount of time - (and I think it's javascript) a DIV appears with the "Add to Cart" or "Subscribe" button.

Does anyone know how I might be able to implement this?

Thanking you in advance,
#add to cart #appearing #clues #div #javascript #tag
  • Profile picture of the author bjradioguy
    You could use a meta redirect such as...

    <head>
    <meta http-equiv="content" refresh="XXX;http://www.mysite.com/newpage">
    </head>

    As you can see above, this is a meta tag and has to go in the <head> tag. The XXX represents how many seconds you want before the page redirects. So if you want them on the page 1 minute before it automatically redirects to a new page, you would put... refresh="60;http......"] ... and the URL after is the URL where they will be automatically taken.

    Hope this works for you.
    Signature

    Learn to Make Money Online for FREE (no gimmicks/no upsells) | Try Niche Finder - Its Free

    {{ DiscussionBoard.errors[1660809].message }}
    • Profile picture of the author newbim
      Thanks for that, I'll give it a go! I'll keep you posted. .
      Signature
      If what I said helps, let me know, throw me a 'thanks'.
      {{ DiscussionBoard.errors[1661046].message }}

Trending Topics