| Author: Vadivel Mohanakrishnan 03 Jan 2007 | Member Level: Diamond | Rating: Points: 2 |
may be you need to give "return false"
|
| Author: srinivas 03 Jan 2007 | Member Level: Silver | Rating: Points: 2 |
i am giving it, but it is not working in Firefox and Netscape
|
| Author: Vadivel Mohanakrishnan 03 Jan 2007 | Member Level: Diamond | Rating: Points: 2 |
If possible post the piece of code which isn't working. That way ppl can try and fix it.
btw, i have only IE in my box .. so i think i can not help you further in this.
|
| Author: Pankaj Mishra 03 Jan 2007 | Member Level: Diamond | Rating: Points: 2 |
try this, window.returnValue = false;
regards Pankaj
|
| Author: srinivas 03 Jan 2007 | Member Level: Silver | Rating: Points: 2 |
i found the sol for this.. on onclick we have give like return functionname(); that way it is working fine
|