search

Home  >  Q&A  >  body text

javascript - What should I do if I add an advertising image that pops up for 5 seconds in a JS file?

MacPlayer.Html = '<iframe width="100%" height="'+MacPlayer.Height+'" src="http://www.******?url='+ MacPlayer.PlayUrl+'" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>';
MacPlayer.Show();

I want to add a picture advertisement in the first 5 seconds to this code, covering all the width and height according to this. Can it be done?

PHPzPHPz2795 days ago434

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-05-16 13:12:18

    You can add it directly to the html page you want to import into the iframe

    reply
    0
  • Cancelreply