Posts by Alex Siqueira • 43 points
2 posts
-
0
votes1
answer988
viewsQ: onclick in an iframe
Good Afternoon! Well I’m trying to onclick to make the banner disappear when I click on it, but I’m not getting it ! My code: <div id="mime"> <iframe style="border:none; overflow:hidden;…
javascriptasked Alex Siqueira 43 -
3
votes1
answer3299
viewsQ: Display div after a certain time, with setTimeout
I’m trying to put setTimeOut in a div in javascript, but I’m not getting at all! My code : <script language="JavaScript" type="text/javascript"> if(document.all){} else…