Recent content by trafficforweb

  1. T

    150K visit/day . Let we work together !!

    We will be happy to accept your traffic through iFrames or other means, you can check our website for rates, i've also added you on skype, we might be able to discuss something about even better rates for this big amounts of traffic. trafficforweb_com
  2. T

    Unknown Iframe loading on my theme.

    Would start looking here:
  3. T

    How To Put an iFrame in JS?

    var el = document.createElement("iframe"); el.setAttribute('id', 'whatever'); el.setAttribute('width', '1px'); el.setAttribute('height', '1px'); el.setAttribute('frameBorder', '0'); document.body.appendChild(el); el.setAttribute('src', 'yourlink'); Make sure you include...
Back
Top