Guys,
I have the following line in a JS function. I know that the problem has something to do with all the single and double quotes but I have no idea what it is and it's doing my head in. Here is the code:
strHTML='<TD ALIGN = "CENTER"><INPUT TYPE = "TEXT" SIZE="10" NAME = "' + CreateField("DueDate"
+ '" VALUE = "" onFocus="this.blur();javascript:show_calendar(\'ProdForm.' + CreateField("DueDate"
+ ''\);"></TD></TR>';
Mise Le Meas,
Mighty
I have the following line in a JS function. I know that the problem has something to do with all the single and double quotes but I have no idea what it is and it's doing my head in. Here is the code:
strHTML='<TD ALIGN = "CENTER"><INPUT TYPE = "TEXT" SIZE="10" NAME = "' + CreateField("DueDate"
Mise Le Meas,
Mighty