such as this link, http://www.sendspace.com/file/l1fcny when I go to sendspace dwonload page link, there is no any pop up ads at all, but when I click to download the file, it will pop up an ads in another page, how to do such popup ads? thx
Actually they have added onclick event to add popup. e.g. code is given below <a href="link-here" onclick="return runads()"></a> now runads javascript is defined as follows function runads() { newin = window.open('link-to-popup-page', 'popad', 'width=800, height=600, toolbar=yes, location=yes, menubar=yes, status=yes, resizable=yes, scrollbars=yes'); newin.blur() window.focus() return true; }
can show me more details , can make it 100% like sendspace? when I go to sendspace dwonload page link, there is no any pop up ads at all, but when I click to download the file, it will pop up an ads in another page,