Posts by Hugo Leonardo • 121 points
6 posts
-
-1
votes1
answer378
viewsQ: Div with Hide and iframe inside, but link does not open
Upon entering the website, You can see that there will be a div following the mouse, and its content is an iframe. When clicking on this div or the iframe image, they disappear, however, the main…
-
2
votes2
answers998
viewsQ: Script open only after given time
I have a script, but it opens as soon as it is loaded. I’d like to have him run after 10 seconds and open along with my div, she’s like this: <div id="mame"> CONTEUDO </div>…
-
-4
votes1
answer138
viewsQ: How do I get referrer from this script? I want it to open when I come from any site
Hello. I have a script, but it only opens when it comes from certain websites. How do I make it always open without having to referrer and keep cookies? Thank you since. function getCookie(c_name) {…
-
1
votes1
answer51
viewsQ: Javascript rotatory iframe
I would like to correct the following script to stay the way I need. <html> <head> <script> function randomIframe(obj){ var ends = new Array(); ends[0] = "http://www.terra.com.br";…
-
4
votes1
answer396
viewsQ: How to prevent Adsense links from opening in new tab
Is there any method to prevent my site from opening links in a new tab and making them open in it? And the other way around? Thank you. Edit: I use Google Adsense. Some ads open in the same tab,…
-
6
votes2
answers2609
viewsQ: Run function only once after site loading
A friend passed me a script of a box that opens when someone enters the site, however, when updating the page it appears again. You could help me? Below the code: function timer() {…