Über uns Leistungen Effekte Partnerseiten Kostenloses
Startseite Effekte Html - Effekte

Effekte


Html - Effekte Wissenschaftliche Effekte

Kontakt Impressum

Html - Effekte

3D Text um den Cursor kreisend - änderbar

3D Text um den Cursor kreisend - änderbar

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if (document.all) {
//Folgendes kann angepasst werden
yourLogo = "---Willkommen lieber Besucher--- "; //Mehr als 2 Zeichen!
logoFont = "Arial";
logoColor = "#FFFFFF";
//ab hier nichts mehr ändern!
yourLogo = yourLogo.split('');
L = yourLogo.length;
TrigSplit = 360 / L;
Sz = new Array()
logoWidth = 150;
logoHeight = -30;
ypos = 0;
xpos = 0;
step = 0.03;
currStep = 0;
document.write('><div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < L; i++) {
document.write('<div id="ie" style="position:absolute;top:0px;left:0px;'
+'width:10px;height:10px;font-family:'+logoFont+';font-size:12px;'
+'color:'+logoColor+';text-align:center">'+yourLogo[i]+'</div>');
}
document.write('</div></div>');
function Mouse() {
ypos = event.y;
xpos = event.x - 5;
}
document.onmousemove=Mouse;
function animateLogo() {
outer.style.pixelTop = document.body.scrollTop;
for (i = 0; i < L; i++) {
ie[i].style.top = ypos + logoHeight * Math.sin(currStep + i * TrigSplit * Math.PI / 180);
ie[i].style.left = xpos + logoWidth * Math.cos(currStep + i * TrigSplit * Math.PI / 180);
Sz[i] = ie[i].style.pixelTop - ypos;
if (Sz[i] < 5) Sz[i] = 5;
ie[i].style.fontSize = Sz[i] / 1.7;
}
currStep -= step;
setTimeout('animateLogo()', 20);
}
window.onload = animateLogo;
}
// End --</script>

Online Taschenrechner

<script language="JavaScript">
<!--
function Ergebnis()
{
var x = 0;
x = eval(window.document.Rechner.Display.value);
window.document.Rechner.Display.value = x;
}
function Hinzufuegen(Zeichen)
{
window.document.Rechner.Display.value =
window.document.Rechner.Display.value + Zeichen;
}
function Sonderfunktion(Funktion)
{
if(Funktion == "sqrt")
{
var x = 0;
x = eval(window.document.Rechner.Display.value);
window.document.Rechner.Display.value = Math.sqrt(x);
}
if(Funktion == "pow")
{
var x = 0;
x = eval(window.document.Rechner.Display.value);
window.document.Rechner.Display.value = x * x;
}
if(Funktion == "log")
{
var x = 0;
x = eval(window.document.Rechner.Display.value);
window.document.Rechner.Display.value = Math.log(x);
}
}
//-->
</script>



<form name="Rechner">
<table border=8 cellpadding=10>
<tr>
<td bgcolor=#C0C0C0><input name="Display" size=30 maxlength=30></td>
</tr>
<tr><td><table>
<tr>
<td width=50><input type=button value=" 7 " onClick="Hinzufuegen('7')"></td>
<td width=50><input type=button value=" 8 " onClick="Hinzufuegen('8')"></td>
<td width=70><input type=button value=" 9 " onClick="Hinzufuegen('9')"></td>
<td width=50><input type=button value=" + " onClick="Hinzufuegen('+')"></td>
</tr>
<tr>
<td width=50><input type=button value=" 4 " onClick="Hinzufuegen('4')"></td>
<td width=50><input type=button value=" 5 " onClick="Hinzufuegen('5')"></td>
<td width=70><input type=button value=" 6 " onClick="Hinzufuegen('6')"></td>
<td width=50><input type=button value=" - " onClick="Hinzufuegen('-')"></td>
</tr>
<tr>
<td width=50><input type=button value=" 1 " onClick="Hinzufuegen('1')"></td>
<td width=50><input type=button value=" 2 " onClick="Hinzufuegen('2')"></td>
<td width=70><input type=button value=" 3 " onClick="Hinzufuegen('3')"></td>
<td width=50><input type=button value=" * " onClick="Hinzufuegen('*')"></td>
</tr>
<tr>
<td width=50><input type=button value=" = " onClick="Ergebnis()"></td>
<td width=50><input type=button value=" 0 " onClick="Hinzufuegen('0')"></td>
<td width=70><input type=button value=" . " onClick="Hinzufuegen('.')"></td>
<td width=50><input type=button value=" / " onClick="Hinzufuegen('/')"></td>
</tr>
<tr>
<tr>
<td width=50><input type=button value="sqrt " onClick="Sonderfunktion('sqrt')"></td>
<td width=50><input type=button value=" pow " onClick="Sonderfunktion('pow')"></td>
<td width=70><input type=button value=" log " onClick="Sonderfunktion('log')"></td>
<td width=50><input type=reset value=" C "></td>
</tr>
</tr>
</table>
</td></tr></table>
</form>

statt URL erscheint Text beim Link

<html>
<BODY TEXT="#FFFFFF" BGCOLOR="#000000">
<!-- Dieses Script wurde erhalten bei http://www.mauscodes.de --!>
<Center>
<A href="http://" onmouseout="window.status='';return true" onmouseover="window.status='Statuszeilentext';return true;">Schau auf die Statuszeile</A>
</CENTER>
</BODY>
</HTML></textarea>









<textarea cols="50" rows="3">dein text</textarea>







<textarea cols="50" rows="3"><BODY TEXT="#FFFFFF" BGCOLOR="#000000" onload="banner()">
<script language="JavaScript">
<!--
<!-- Dieses Script wurde erhalten bei http://www.mauscodes.de --!>
var i = 0;
var TextNumber = 0;
var Text = "";
var Speed=100
var TimerId;
TextInput = new Array();
TextInput[0] = "Hier steht der Statuszeilentext"
TextInput[1] = "So, here is the text"
TextInput[2] = "COOOOLLLL"
TextInput[3] = "www.mauscodes.de" //beliebig erweiterbar
TotalTextInput = TextInput.length;
var HelpText=TextInput[0];
for (var Tomer = 0; Tomer <= TotalTextInput; Tomer++) {
TextInput[Tomer]+=" "}
function banner() {
i++;
var CheckSpace = HelpText.substring(i-1, i);
CheckSpace = "" + CheckSpace;
if (CheckSpace == " ") {i++;}
if (i >= HelpText.length+1) {
i=0;
if (TextNumber >= TotalTextInput-1) {TextNumber = 0;}
else {TextNumber++;}
Text = TextInput[TextNumber]
HelpText = Text;}
Text = HelpText.substring(0, i);
TimerId = setTimeout("banner()", Speed)
window.status=Text;
}
function back()
{var xy=window.history.back();}
//-->
</script>
</body>
</html>

Code für Rechtsklicksperre

Einfügen zwischen HEAD und HEAD
<!-- Html start -->
<HEAD>
<script LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
if (document.layers){
window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
window.onmousedown=rightclick;
window.onmouseup=rightclick;
function rightclick(e) {
if (e.which == 3) {
// Put right mouse code here
alert('COPYRIGHT!');
return false;
}
else {
return true;
}
}
}
if (document.all){
function click() {
if (event.button==2) {
alert('COPYRIGHT!')
}
if (event.button==3) {
alert('COPYRIGHT!')}
}
document.onmousedown=click
}
// -->
</script>
</HEAD>
<!-- html ende -->

Dein Text in der Statuszeile

<SCRIPT LANGUAGE="JavaScript">
<!--
window.status="Effecter TEXT REINSCHREIBEN"
// -->
</SCRI