OBJECTIVE:
- Create page student access in the page form using template
- Create page administrator access in the page form template
Content / Procedure:
- Open exiting page template
- Edit heading : i-hostel system
- Edit title : Student Access
- Edit Sub-title :Please key the correct ID and Password
- Add submit button as login button in the form
- Add reset button as cancel button in the form
Result and Analysis:
Basically, template been use
back in next pages to make a consistent format of the pages. With the
template, some additional component field able to add easily and in term of
time to build the pages, it become short. For this page, 1 form added in the template
to process the data entered by web user and will send the result each submission.
Then, insert field type of the text box in the form and set field name as namap for declaration. Text box is
function as a input box in the web. Afterward, insert field type of
password in the form, it is the input space for user to type their password.
For this password field type, use a word kelasp
as declaration. Some modification must be making onto submit and reset button
created once form be inserted. For Submit button change the button label
as Login and declare as BtnSubmit. Meanwhile,
for the reset button, put the button label as a Cancel and declare as BtnClear
.It nessary to put reminder againt web to remind and guide web user to key- in
the correct Log in ID and the password to proceed the next pages when they get
through the web or system. All the declaration like namap,klasp, BtnSubmit and Btnclear
Important to programming in Visual basic. All the data capture from user will
be process by identify the declaration. Then the process continue with Visual Basic
will read or re-write the database.
Conclusions:
No comments:
Post a Comment