Hi
I work as a dispatcher and want to create a simple form in our intranet home page like so....
input type=text --> in this box i enter the number of a cars route, and then press the enter key.
input type=text --> the second box shows the phone extension of the dispatcher that is handling the entered route above.
So if I enter route "231" in the first box and hit the enter key, the second box will show "4050", which is the extension of the dispatcher that is handling that route.
I am assuming I can use the if-then-else with elseif functions. Can someone give me a hint on how to put this together or better yet post a sample?
I greatly appreciate it.
I work as a dispatcher and want to create a simple form in our intranet home page like so....
input type=text --> in this box i enter the number of a cars route, and then press the enter key.
input type=text --> the second box shows the phone extension of the dispatcher that is handling the entered route above.
So if I enter route "231" in the first box and hit the enter key, the second box will show "4050", which is the extension of the dispatcher that is handling that route.
I am assuming I can use the if-then-else with elseif functions. Can someone give me a hint on how to put this together or better yet post a sample?
I greatly appreciate it.