
ASP events and Initialization of variables on ASP pages
You might try doing an if...then statement that tests against one of the
edit boxes. If the contents aren't empty, display something else. it
they are empty, display the box.
Just a thought that has worked for me.
Ben Adams
Quote:
> Hi,
> I'm trying to initialize a couple of edit boxes on my ASP pages to certain
> values in the "thisPage.onenter" event. The annoying thing is that this
> event is executed again when the user clicks the OK button, and thus
> re-initializing the edit boxes and thus losing any changes from the server.
> I have looked everywhere in the help file to find another event which I
> could use, but can't find a list of events. Does anybody know how I can
> solve this problem??
> Thanks,
> Radboud.