If u need htmls for ur sites so u came to the right place.

Use these htmls in u r site if u need theme!

To put music on ur site(Midi);

<embed src="ur middi file.mid,mp3 or wav" width=125 height=25 autostart=true repeat=true loop=true></embed>
Disable right clik on ur pics;
<html>
<body>
<script language="JavaScript1.2">
/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/
var clickmessage="Ur message here! "
function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}
if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script>
</body>
</html>

A cool html;when someone enter ur site,they will ask their name;

<SCRIPT language="JavaScript">
<!--hide
var yourname= prompt('WAZZA,ENTER UR NAME SO U CAN ENTER MY SITE!!!!', ' ');
if ( (yourname==' ') || (yourname==null) )
{
yourname="Dude";
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<SCRIPT language="JavaScript">
<!--hide
alert("<CENTER><H1>Hello, " + yourname + " ! Welcome to My Page! ; // Message for the alert box<\/H1><\/CENTER>");
//-->
</SCRIPT>
</BODY>
To make download a file;
<tr>
<td width="38%"><a href=>
GBC screen saver</a></td>
<td width="62%">&nbsp;</td>
</tr>

More to come in 2 weeks!!!

Hosted by www.Geocities.ws

1