!--a11y-->
Layout for the Confirmation Page 
The layout for the page
corder.htm, which you set using the tab page Layout, looks like this:|
<%@ page language="abap" %> <%@ include file="head.htm" %> <p>Your order has been sent! <p>In the next tutorial, we will cover how to manage user data and orders and how to use a shopping basket. <p><a href="default.htm">Go back to the beginning</a> </body> </html> |
The page fragment
head.htm is also included in this page.This page is output when the user orders a book. The user can simply click on the link on this page to return to the first page of the online bookshop.