View Single Post
Old 07-02-2002, 06:47 AM   PM User | #5
pastorOfMuppets
New to the CF scene

 
Join Date: Jul 2002
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
pastorOfMuppets is an unknown quantity at this point
heres what u want

all javascript must be enclosed in <script> </script>

just add them then put any JS code in.

<script>

<!-- Hide this code if the users browser dosn't accept Javascript
alert("You screen resolution is "+screen.width+" by "+screen.height+".");
!-->
</script>
pastorOfMuppets is offline   Reply With Quote