Popus!

Here is the basic popup:


Here is the basic popup code:

<input type="button" Value="yournamehere" style="font-family:yourfontname" style="background:#yourcolorcode" ONCLICK="window.open('yoururlhere.html', 'Sample', 'toolbar=no,location=no,directories=no,status=no,menubar= no,scrollbars=no,resizable=no,<br>copyhistory=yes,width=500,height=500')">


Alert Buttons

Here is a Basic Alarm Button:

Here is that code:

<form><input type="button" value="click here" onClick='alert("Your message here")'></form>


Here is a colorful alarm button:

Here is that code:

<form><input type="button" style="font-family:arial" style="border style:solid" style="background:#9900ff" style="color:#ff66ff" value="click here" onClick='alert("Your message here")'></form>


Here is a mouseover alarm:
I dare you to put your mouse here!
Here is that code:
<a href=""onMouseover="alert('write your message here')">Put your own words here</a>


When you enter a page. (click here)
Here is that code:
<SCRIPT language="JavaScript">alert("your message here")</SCRIPT>


[home] [Back to Beginners]
Site hosted by Angelfire.com: Build your free website today!