 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
|
|
HTML koder |
|
|
|
 |
|
|
|
Skriv ut-knapp
|
|
|
|
<form> <p><input type="button" value="Print" Onclick="print()" ;> </p> </form> |
|
|
|
 |
|
|
|
G�r s� att din bakgrund blir stilla |
|
|
|
<body background="baggrundsbillede.jpg/gif" bgproperties="fixed"> |
|
|
|
 |
|
|
|
F� din sida att rulla automatiskt |
|
|
|
<script language="JavaScript1.2"> //change 1 to another integer to alter the scroll speed. Greater is faster var speed=1 var currentpos=0,alt=1,curpos1=0,curpos2=-1 function initialize(){ startit() } function scrollwindow(){ if (document.all) temp=document.body.scrollTop else temp=window.pageYOffset if (alt==0) alt=1 else alt=0 if (alt==0) curpos1=temp else curpos2=temp if (curpos1!=curpos2){ if (document.all) currentpos=document.body.scrollTop+speed else currentpos=window.pageYOffset+speed window.scroll(0,currentpos) } else{ currentpos=0 window.scroll(0,currentpos) } } function startit(){ setInterval("scrollwindow()",10) } window.onload=initialize </script> |
|
|
|
 |
|
|
|
Massa Java-spel |
|
|
|
<iframe width=157 height=22 NORESIZE scrolling=No frameborder=0 marginheight=0 marginwidth=0 src="http://www.javaspil.dk/remotefiles/menu1.asp"> <ilayer width=158 height=35 NORESIZE scrolling=No frameborder=0 marginheight=0 marginwidth=0 src="http://www.javaspil.dk/remotefiles/menu1.asp"> </ilayer></iframe> |
|
|
|
 |
|
|
|
Flygande stj�rnor |
|
|
|
|
|
|
|
|
<script src='http://my.netian.com/~papajun/jv/star1.js' language=javascript></script> |
|
|
|
|
|
|
 |
|
|
|
Din sida som startsida |
|
|
|
<A HREF="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.Klumbe.Subnet.dk');"> <IMG SRC="startpage.gif" BORDER=0></A> |
|
|
|
 |
|