html + java help
hey these are my scrips, fell free to take then on your page and ure them. i have lots more !!! soon i will post more up !!!!! but for now you can use these !!! if you have n e good scripts & you want me to post them up e-mail me.
P.S. - to copy _ highlight the script then press Ctrl+c to copy
Alert window
<script language="JavaScript">
alert('enter text here')
</script>
Disable Right click
<script>
function click() {
if (event.button==2) {
alert('message here');
}
}
document.onmousedown=click
// -->
</script>
frames
<frameset cols="25%75%" frameborder="0" border="0"scrolling="no" noresize>
<frame name="menu" src="left.htm" frameborder="0" border="0"scrolling="no" noresize>
<frame name="main" src="right.htm">
</frameset>
iframe
<p align="center">
<!--webbot bot="HTMLMarkup" startspan -->
<IFRAME height="280" name="iframe" src="home.html" width="575">
<!--webbot bot="HTMLMarkup" ndspan -->
<!--webbot bot="HTMLMarkup" startspan -->
</IFRAME>
<!--webbot bot="HTMLMarkup" endspan -->
</p>
background sound
<EMBED SRC="entersong.mid">
Self Location
<script language="Javascript">
if (top==self)self.location.href="http://call.to/spaz";
</script>