I use onclick="ajax(...);" in lots of places without the return false and never have observed the page getting reloaded on either firefox or chrome.
On Dec 24, 1:37 pm, mdipierro <[email protected]> wrote: > only > > <a onclick=".....; return false;">...</a> > > else the page is reloaded no matter what the ..... do. > > On Dec 24, 11:26 am, weheh <[email protected]> wrote: > > > Should one's view *always* have a return false; statement immediately > > after an ajax request? Why? > >

