How to simulate a button click with JavaScript ....
Well ive found this which we can do it in JS ...
buttonName.click();
It works fine in INTERNET EXPLORER ,
but it doesnt work in NETSCAPE ,
Anybody can give me a same code which works in NS ?



