Maybe I should have mentioned that CountIt is a php function. Does that make
a difference? It is declared at function CountIt($filename) where $filename
is the file containing the count.
----- Original Message -----
From: "Bogdan Stancescu" <[EMAIL PROTECTED]>
To: "Douglas Harter" <[EMAIL PROTECTED]>
Cc: "PHP Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, December 27, 2001 9:09 PM
Subject: Re: [PHP] Can you fake a onClick?


> Yes: <a href="javascript:CountIt('actual link here')">Text</a>
>
> And in ClickIt you'll have to append
> if (goto) {
>   window.location=goto;
> }
>
> Obviously, you'll have to redefine ClickIt() to ClickIt(goto)
>
> I don't know if all the code is 100% accurate, but that's definitely the
direction to go. You may have to change the JavaScript code to
"parent.window.location=goto" if you use frames.
>
> HTH
>
> Bogdan
>
> Douglas Harter wrote:
>
> > My form contains a function called CountIt which increments a counter
file on the site. I mainly use it to count the hits on the page. I also have
multiple <a> links to  .zip & .txt files which can be accessed or
downloaded.  Is it possible somehow to fake an onclick event so that when
the user clicks on the link I can use the CountIt function to increment a
counter for that link?
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to