20. april 2003 - 14:12Der er
6 kommentarer og 1 løsning
Forms
jeg vil lave en knap så når man trykker på den kommer der en masse tekst op
<input type="button" value="Click Here To Proceed" OnClick='alert("tekst") det ved jeg godt hvordan man gør, men bagefter når man er kommet igennem det hele skal man blive sent vidre til en side. Nogen der ved hvordan man gør?
Ok, det her var lidt for svært til lille mig, som lige er gået ind i forms, giver jer lige koden:
<div align="center"> <input type="button" value="Click Here To Proceed" OnClick='alert("I told you, you didnt want to proceed.") alert("but ofcause you wanted to, it is the human nature.") alert("Allways doing what you are told not to!") alert("Well now that you are here I might aswell keep you here") alert("You shouldnt have pushed that stupid button, well anyway") alert("I will let you go now, dont ever push that button again") alert("In 5") alert("4") alert("3") alert("1") alert("Hmm wait a sec...") alert("Doh, 2 is after 3 oh well starting over") alert("redirecting in 5") alert("4") alert("3") alert("2") alert("1")'> </div>
<script language="javascript"> function doAlert() { alert("I told you, you didnt want to proceed."); alert("but ofcause you wanted to, it is the human nature."); alert("Allways doing what you are told not to!"); alert("Well now that you are here I might aswell keep you here"); alert("You shouldnt have pushed that stupid button, well anyway"); alert("I will let you go now, dont ever push that button again"); alert("In 5"); alert("4"); alert("3"); alert("1"); alert("Hmm wait a sec..."); alert("Doh, 2 is after 3 oh well starting over"); alert("redirecting in 5"); alert("4"); alert("3"); alert("2"); alert("1"); document.location.href="ny_side.htm"; } </script>
<div align="center"><input type="button" value="Click here to proceed" onClick="doAlert();"></div>
<div align="center"> <input type="button" value="Click Here To Proceed" OnClick='alert("I told you, you didn't want to proceed.") alert("but of course you wanted to, it is the human nature.") alert("Always doing what you are told not to!") alert("Well now that you are here I might as well keep you here") alert("You shouldn't have pushed that stupid button, well anyway") alert("I will let you go now, dont ever push that button again") alert("In 5") alert("4") alert("3") alert("1") alert("Hmm wait a sec...") alert("Doh, 2 is after 3 oh well starting over") alert("redirecting in 5") alert("4") alert("3") alert("2") alert("1")'> </div>
Har bare lige rettet dit engelsk :o)
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.