Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I want add line_no (custom field) in printer-friendly page,What do? ThankYou!
Session("line_no")=1
2. Proceed to Printer-friendly page in Visual Editor, right click where you want to see this line number and choose "Insert ASP code snippet". Use the following code:
Response.Write Session("line_no")Session("line_no") = Session("line_no") + 1