JavaScript onSubmit??
I'm having a little issue. I have a javascript function to parse a phone number into a format I like. Problem is, I want to display that number as HTML text. I've tried to do javascript onLoad and it won't work with "display as text" variables. So I'm trying to compute the variable "after submit" from the previous page. Any clue on how to call a javascript function from a computation/process onSubmit