Function to Catch Enter Key press and accordingly perform the required task:
function catchEnter(){
if(window.event.keyCode == 13){
document.all.S.click();
}
}
function catchEnter(){
if(window.event.keyCode == 13){
document.all.S.click();
}
}
Notes of my Lotus Notes - a place to dump all the lotus notes piece of codes to make life easier with it. Check out my experimental work and the results here. Do provide your comments for the work done. Datastage hunt is a new addition to this blog. I don't have much to share about it. However I have some valuable findings to share. I got it all be off help to some people out there.
No comments:
Post a Comment