eventUrls = new Array
eventUrls["button1"] = "mylog1.html"
eventUrls["button2"] = "mylog2.html"
eventUrls["button3"] = "mylog3.html"
eventUrls["button4"] = "mylog4.html"

function logEvent(evt) {
    var i = new Image()
    i.src = eventUrls[evt]
}

Gives you more control and is cleaner.


Eytan Heidingsfeld wrote:

> You can make an image of 1x1 transparent and include it in every page and
> then see how many times.
> If you want to be complicated you can write a SSS(server side script) that
> logs the information and then call that from the image.
> 8an
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to