POP UP ALERTS
For those of you who's computors will
support Alerts, here are some codes:
Automatic Alert:
Comes up when your page is accessed:
<>SCRIPT>alert("Want one of these on your page? See below.")
<>/SCRIPT>
You will get the alert you saw when you
entered this page.
Click On Alert:
Click on this one to see what the alert
says.
<>form>
<>input type="raido"
onClick="alert('Cool Huh?')">
<>/form>
You will get this:
PAGE COLOR CHANGE
Have you ever wanted to change your
Background Color without having to access
your edit page? Check this out.
<>form>
<>input type="radio" onClick="document.bgColor='yellow'">
<>/form>
You will get this:
How about lightblue:
To test any of the codes on this page, write
down the code and
CLICK HERE
TABLE PAGE