Event JavaScript DHTML



A Simple Page

function clicked()
{
    window.status = "X = " + event.x + " Y = " + event.y
}