Hi,
I have an ASP application and I need some help in formatting a Javascript client side text string. I have the following 2 text fields passed from my asp application:
FIELD 1 Contains key word descriptions as follows:
*SALE*All participants in Sale#*COUNTRY*who reside in# etc.
FIELD 2 Contains user input:
SALE NY7698 COUNTRY US CA
Expected result:
All participants in Sale NY7698 who reside in US CA.
Thank you,
Rick
I have an ASP application and I need some help in formatting a Javascript client side text string. I have the following 2 text fields passed from my asp application:
FIELD 1 Contains key word descriptions as follows:
*SALE*All participants in Sale#*COUNTRY*who reside in# etc.
FIELD 2 Contains user input:
SALE NY7698 COUNTRY US CA
Expected result:
All participants in Sale NY7698 who reside in US CA.
Thank you,
Rick