On three clicks open window in a different frame...
This is to add a little fun for my site!
JAB Creations
4:06 am on Jan 11, 2005 (gmt 0)
I want to have a window open in a frame called "border" after a person clicks three times. I'm not sure how to have JS count and then do something when it reachs a certain variable though.
adni18
1:23 pm on Jan 11, 2005 (gmt 0)
At the top of the document, define the variable:
<script language="javascript"> <!-- var clickCount=0; //--> </script>
then, in the object you want to count the clicks upon,