Francisco14 0 Report post Posted June 21, 2015 (edited) <html> <title> Ola Ramos. </title> <head> <center> <strong> <img src="http://images.cooltext.com/4297567.gif"> </strong> </center> </head> <body background="http://images4.alphacoders.com/758/75886.jpg" <center> <font face color="white"> <p>Clique aqui para falar comigo</p> <strong> <button onclick="myFunction2()">falar</button> <p id="demo"></p> <script> function myFunction2() { var person = prompt("Por favor, insira seu nome", "Nome"); if (person != null) { document.getElementById("demo").innerHTML = "Bem vindo a meu site " + pessoa + "!"; } } </script> </center> </strong> </font> <br> <br> <br> <table border="3" align="left"> <br> <br> <td><font face color="white"><a href="http://jrs1.1apps.com/ramos.html">Ramos </td></font> <td><font face color="00FFCC"><a href="file:///C:/Users/joao/Desktop/html/Animes.PHP"target="_blank"><font face color="00FFCC">Animes </td></font> </table> <table border="3" align="center"> <td><font face color="00FFCC"><a href="file:///C:/Users/joao/Desktop/html/goo.html""> Futebol</td></font> <td><font face color="white"><a href="file:///C:/Users/joao/Desktop/ruben.html"target="_blank"><font face color="00FFCC">Ruben </td></font> </table> <table border="3" style="float:right"> <td><a href="http://pedrospk.1apps.com/PedroSTE/test.html"target="_blank"><font face color="00FFCC">isto é 5 </td></font> <td><font face color="white">isto é 6 </td></font> <tr> <td><font face color="white">isto é 7 </td></font> <td><font face color="white">isto é 8 </td></font> </tr> </table> <br> <br> <br> <br> <br> <br> <br> alert("I Love Atletismo!"); } </script> <br> <br> <img src="http://www.studyzone.org/testprep/math4/e/runner_athlete_running_md_wht.gif"="4"> <br> <br> <br> <br> <br> </center> <center> <img src="Hc.png"> <br> <br> <br> <br> <img src="http://i.imgur.com/b3sFP.gif" border="3"> </center> <br> <br> <br> <strong> <center> <br> <img style="float: left" src="http://stream1.gifsoup.com/view6/20140207/4972939/anonymous-o.gif"> <img style="float: right" src="http://media.giphy.com/media/lwAyIZrVNYfio/giphy.gif"> <br> </body> </html> <a href="http://www.webcontadores.com" target="_Blank" title="contador visitas">contador visitas</a><br/> <script type="text/javascript" src="http://counter9.bestfreecounterstat.com/private/countertab.js?c=dc6ee32824218334f4ee2582d4892c03"></script> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Increment count when button is clicked</title> </head> <body> <p>Time to pressed the button <span id="displayTime">30</span> s</p> <input type="button" value="Count" id="countButton" /> <p>The button was pressed <span id="displayCount">0</span> times.</p> <script type="text/javascript"> var count = 0; // quantas vezes o botão foi precionado var max_time = 30 * 1000; // tempo máximo de execução var button = document.getElementById("countButton"); // botao var display_count = document.getElementById("displayCount"); // display do número de vezes que o botão foi carregado dentro do tempo var display_time = document.getElementById("displayTime"); // display do tempo restante button.onclick = function() { // callback de carregar no botão if (display_time.innerHTML != 0) // se ainda estiver dentro do tempo display_count.innerHTML = ++count; // incrementar o número de vezes que o botão foi carregado } function secondPassed() { // callback do setInterval var now = new Date().getTime(); // saber o tempo actual var diff = now - start; // saber quanto tempo já passou do início if (diff > max_time) { // se o tempo que passou ultrapassou o tempo máximo clearInterval(countdownTimer) // destruir o setInterval display_time.innerHTML = 0; // mostrar que acabou o tempo } else display_time.innerHTML = Math.round((max_time - diff) / 1000); // amostrar o tempo que falta } display_time.innerHTML = max_time / 1000; // amostrar o tempo inicial var start = new Date().getTime(); // guarar o tempo de inicio var countdownTimer = setInterval('secondPassed()', 200); // nota que coloquei um valor diferente de 1000 para veres como o código é flexivel </script> </body> </html> <html> <iframe scrolling="no" frameborder="no" style="overflow:hidden;border:0;margin:0;padding:0;width:120px;height:40px;"src="http://www.clocklink.com/html5embed.php?clock=004&timezone=local&color=green&size=120&Title=&Message=&Target=&From=2015,1,1,0,0,0&Color=green"></iframe> <left> Alguém pode me ajudar a organizar este site . obrigado. Edited June 21, 2015 by Francisco14 Share this post Link to post Share on other sites
pwseo 234 Report post Posted June 21, 2015 Francisco14, Podes começar por editar o teu post e colocar o código dentro de tags code. Além disso, parece-me que tens aí diversos ficheiros diferentes, mas não deixaste explícita essa separação. Colocados de parte esses problemas, resta saber o que pretendes fazer com esse código. O que queres dizer com «organizar este site»? Organizar os ficheiros? Organizar o conteúdo dentro de cada página? Deverás explicar-te melhor. Share this post Link to post Share on other sites
Francisco14 0 Report post Posted June 21, 2015 Ola Amigo Queria me ajuda-se a organizar os ficheiros porque estou dificuldades a organizar Share this post Link to post Share on other sites
Knot 6 Report post Posted June 22, 2015 Se eu chegar aqui e te pedir para organizares o meu quarto que vais tu fazer? O que para ti é organização, para mim pode significar balburdia. Explica melhor o que pretendes, pois até agora não apresentaste nenhuma dúvida. Share this post Link to post Share on other sites
Francisco14 0 Report post Posted June 22, 2015 (edited) Podias-me ajudar nesta ultima parte <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Increment count when button is clicked</title> </head> <body> <p>Time to pressed the button <span id="displayTime">30</span> s</p> <input type="button" value="Count" id="countButton" /> <p>The button was pressed <span id="displayCount">0</span> times.</p> <script type="text/javascript"> var count = 0; // quantas vezes o botão foi precionado var max_time = 30 * 1000; // tempo máximo de execução var button = document.getElementById("countButton"); // botao var display_count = document.getElementById("displayCount"); // display do número de vezes que o botão foi carregado dentro do tempo var display_time = document.getElementById("displayTime"); // display do tempo restante button.onclick = function() { // callback de carregar no botão if (display_time.innerHTML != 0) // se ainda estiver dentro do tempo display_count.innerHTML = ++count; // incrementar o número de vezes que o botão foi carregado } function secondPassed() { // callback do setInterval var now = new Date().getTime(); // saber o tempo actual var diff = now - start; // saber quanto tempo já passou do início if (diff > max_time) { // se o tempo que passou ultrapassou o tempo máximo clearInterval(countdownTimer) // destruir o setInterval display_time.innerHTML = 0; // mostrar que acabou o tempo } else display_time.innerHTML = Math.round((max_time - diff) / 1000); // amostrar o tempo que falta } display_time.innerHTML = max_time / 1000; // amostrar o tempo inicial var start = new Date().getTime(); // guarar o tempo de inicio var countdownTimer = setInterval('secondPassed()', 200); // nota que coloquei um valor diferente de 1000 para veres como o código é flexivel </script> </body> </html> <html> <iframe scrolling="no" frameborder="no" style="overflow:hidden;border:0;margin:0;padding:0;width:120px;height:40px;"src="http://www.clocklink.com/html5embed.php?clock=004&timezone=local&color=green&size=120&Title=&Message=&Target=&From=2015,1,1,0,0,0&Color=green"></iframe> <left> Edited June 22, 2015 by Francisco14 Share this post Link to post Share on other sites
Knot 6 Report post Posted June 23, 2015 Ajudar a fazer o quê? Até agora já escreveste 3 mensagens e em nenhuma delas disseste o que querias... Share this post Link to post Share on other sites