How to make a website using ASP(TUTORIAL-19)
ONLINE NESCAFE OF COLLEGE CAMPUS-19 (USER HOMEPAGE) USERFRAME.ASP The pages HEADER OF USER.ASP, LEFT FRAME FOR USER.ASP, OUTLET.ASP are now arranged into 3 frames. Our final user frame will look as follows: <%@Language=”VBScript”%> <%Option Explicit%> <!–#include virtual=”/adovbs.inc”–> <html> <head> </head> <frameset rows=”38%,*” > <frame src=”header of user.asp” scrolling=”no” frameborder=”no”> <frameset [...]
Continue reading →