Dynamic Content (cont'd...)

Printing the Options (cont'd...):

function print(){ text="Dynamic Web Page "" + "Selections made by you:

" + "Shoes: " + p_shoes + ", Price: $" + v_shoes + "
" + "Slacks: " + p_slacks + ", Price: $" + v_slacks + "
" + "Dress Coat: " + p_coat + ", Price: $" + v_coat + "
" + "_________________________
" + "Total Purchase : " + v_total + "
" + "

"; // continued in the next page...