in reply to Optional FONT tag
I noticed that you are using a specific error message for first name blank. Something you may want to consider if you can have several errors of this type (first name blank, last name blank, etc.) is to set bits in your error collection routine instead of just a single return code, and then set up a generic routine for your output which checks the correct bit and puts in you-must-enter-this-red if it's flagged.
BTW, why are you setting the font a second time? With your current logic, shouldn't the second <FONT COLOR=FF0000> be </FONT> instead?
Good luck,
=Blue
...you might be eaten by a grue...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Using SPAN (Re: Re: Optional FONT tag)
by dws (Chancellor) on Jan 05, 2001 at 07:46 UTC | |
|
Re: Re: Optional FONT tag
by t'mo (Pilgrim) on Jan 05, 2001 at 01:58 UTC |