%response.expires = -1 thisfile = "main.asp" '******************************************************************************************* '***** Program Name : main.asp '***** Module Name : code '***** Summary Of The Page : This is main page of the merchant or home page '***** '***** '***** Calling Pages : '***** '***** Prepared By : paul '***** Modified By : Mark '***** Creation Date : 18/12/00 '***** Modification Date : 28/11/03 '***** Version : 4.0 '******************************************************************************************* %>
| <% if len(request("sitepages")) > 0 then 'Display Site Page %> <% elseif len(request("quotepage")) > 0 then %> <% elseif request("listdownload") = "YES" then %> <% else If catid = 0 then 'show home page %> <% Else 'DISPLAY CATEGORY PAGE 'Display Category Page subcatid = 0 'ensures the category page is shown. %> <% end if response.write(chr(10) & chr(13) & "" & chr(10) & chr(13)) %> <% End if %> | <%=chr(10)&chr(13)%> <% if navorientation = 1 and not hidesidebar = "Y" then %> <%end if%>