ooorit
07-10-2006, 04:47 AM
Hi,
(i'll try to ask in my best English:)
Location: Shopping cart.
accept the "cashier" option (paymant through the website), I want to make an option for the client to send his invetation-table by mail.
I want the invetation-table to be written automaticly into the textarea of the form.
<textarea> my invetation:
<%
while(!fields.atEnd()){
field = fields.item();
response.write(Request.cookies(field)("ProdName")+" - ")
response.write(Request.cookies(field)("amount"))
fields.moveNext();
}
%>
</textarea>
1. how can I mark an end of a row?
2. can I use a loop into the textarea? if so, how?
thanks..! :cool:
(i'll try to ask in my best English:)
Location: Shopping cart.
accept the "cashier" option (paymant through the website), I want to make an option for the client to send his invetation-table by mail.
I want the invetation-table to be written automaticly into the textarea of the form.
<textarea> my invetation:
<%
while(!fields.atEnd()){
field = fields.item();
response.write(Request.cookies(field)("ProdName")+" - ")
response.write(Request.cookies(field)("amount"))
fields.moveNext();
}
%>
</textarea>
1. how can I mark an end of a row?
2. can I use a loop into the textarea? if so, how?
thanks..! :cool: