%
c_branch = request.form("branch")
if c_branch = "" or isnull(c_branch) then
c_branch = 1
end if
'response.Write(c_branch)
%>
Reservation for the services by Integree and Park Seung Cheol Hair Studio
กก
กก
Reservations
<%
if c_branch = "" or isnull(c_branch) or c_branch="1" then
c_branch = "Park's Hair Studio"
elseif c_branch="2" then
c_branch="Intengree Skin care"
elseif c_branch="3" then
c_branch="Zen Spa"
end if
%>
Services offered at
<%response.Write(c_branch) %>