Browser Refresh & Reload

2005-05-10 Thread Nancy Lin
All, I have a button action named "reset". The busines requirement for reset buttion are: a) Roll back the changes if reset button is clicked b) If user modify something data and causes error, the reset button will act like a cancel button and remain on the same page. This "R

Overwriting HtmlTag

2005-05-04 Thread Nancy Lin
Hi all, I have bunch of jsp with html tag and I want to automatically generate onchange function whent user changes/modified the data. Since the function that will be called on onChange will be the same throught out, I do not want every developer to go to each JSP(there are hundreds of file) and

Re: Double submit and Implied Save

2005-04-27 Thread Nancy Lin
cts the form contents (and/or listens to > onblur > > events) and only prompts the user if the form data has actually > changed. > > > > > > - Scott > > > > -Original Message- > > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > > Sent: Wedne

Re: Double submit and Implied Save

2005-04-27 Thread Nancy Lin
preciate all your help! Nancy --- Erik Weber <[EMAIL PROTECTED]> wrote: > Nancy, could you try to be a little more specific and clearer in > your > explanations? > > Nancy Lin wrote: > > >Our application required that if user enter some data and click on

Double submit and Implied Save

2005-04-27 Thread Nancy Lin
Our application required that if user enter some data and click on other menu link or tab without clicking the submit button, the page will automatically be save. The problem is it is causing double submit, first the save submit action will be called and then the menu link action that user want to