You need to redirect to whatever other page you want to go do:
FUNCTION btnSave_Click() ... *** Save your data Customer.Save() *** Go to another page Response.Redirect("CustomerList.wwt") ENDFUNC
from Maui, Hawaii
FUNCTION btnSave_Click() ... *** Save your data Customer.Save() *** Go to another page Response.Redirect("CustomerList.wwt") ENDFUNC