javascript - What should I do if I add an advertising image that pops up for 5 seconds in a JS file?
PHPz
PHPz 2017-05-16 13:10:18
0
1
436
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?

PHPz
PHPz

学习是最好的投资!

reply all(1)
Ty80

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template