Friday, 5 July 2019

Published July 05, 2019 by with 0 comment

MCSL016 December 2014 Set 2 Solution




Question 1- Create a log-in page of a water supply company having name and consumer number as password. After clicking log-in button, it should go to a page which should display the water charge bill of the customer of the current month. The bill should have the following fields :• Name and address • Period• Consumption of water in kilolitres • Amount

Solution -
This question is very similiar to Question 1 of MCSL016 December 2016 Set 1. You have to change the some field and do the same javascript function calling to solve this question.

Question 2 - Create a page with frames as shown below :

 Solution - 
<html>
<head></head>
<frameset cols="*,*,*,*,3*" border="3" >
<frame></frame>
<frame></frame>
<frame></frame>
<frame></frame>
<frameset rows="*,*,*">
<frame></frame>
<frame></frame>
<frame></frame>
</frameset>

</frameset>
</html>

here we have user * that means it will automatically calculate the width of frame, if you want to set the width of frame manually that you can use col="18%,18%,18%,18%,28%"




if you have any doubt related to this post, you can ask in comment section and if you want solution of any previous year questions. please post that question in section we will try to solve that

Thank You




0 comments:

Post a Comment