Hi everyone:
What does gap do in JS? Is this the same as <BR> in HTML? Here is a small script with gap in it and I want no space between these 2 lines:
ordval+="\nTotal Gift Cost: "+curr+(Math.round(gift_cost*100)/100).toFixed(2)+gap;
ordval+="Overall Total Cost: "+(Math.round((flyer_total*100)+(gift_cost*100))/100).toFixed(2);
Thanks. I hope I am clear!!!
What does gap do in JS? Is this the same as <BR> in HTML? Here is a small script with gap in it and I want no space between these 2 lines:
ordval+="\nTotal Gift Cost: "+curr+(Math.round(gift_cost*100)/100).toFixed(2)+gap;
ordval+="Overall Total Cost: "+(Math.round((flyer_total*100)+(gift_cost*100))/100).toFixed(2);
Thanks. I hope I am clear!!!