Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
What is the best way to modify the function of a button, for instance I want the standard save and allow for more entries and reset but I also want another button to save and go to another specific page.Thanks,Chris.
Here is how this can be done
<INPUT class=button id=submit2 type=submit value="Save and back to list" name=submit2>
2. Implement AfterEdit event:
if GetRequestForm("submit2")="Save and back to list" then
This is it.