I have a form that I want to do 2 things with.
When the user clicks "submit" I need to execute 2 different functions.
One is called CheckID and the other is called makecookie().
I can get one or the other to work....but not both. I dont care in what order they are done, except I just want them to be done.
How can I handle this problem?
thanks in advance!
When the user clicks "submit" I need to execute 2 different functions.
One is called CheckID and the other is called makecookie().
I can get one or the other to work....but not both. I dont care in what order they are done, except I just want them to be done.
How can I handle this problem?
thanks in advance!