| Author |
What changes do i need to make to work in all other browsers
|
Chennarao Marvatu
Ranch Hand
Joined: Aug 09, 2004
Posts: 32
|
|
Hi Friends , I have written some code that gives the image cooardinates when when i click on the image.butThis code is working only in IE . This code should wotk in all the browsers like NS,mac etc..what changes i have to make in this code. please help me out.. Thanks in advance Chennarao function klikk() iX = window.event.offsetX; iY = window.event.offsetY;
|
mchrao
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
This is how I would do it: Eric
|
 |
 |
|
|
subject: What changes do i need to make to work in all other browsers
|
|
|