0% found this document useful (0 votes)
4 views

Assignments_No_3_4_CSS[1]

The document contains two assignments for a CSS course, each consisting of various programming tasks primarily focused on JavaScript and HTML. Tasks include creating and manipulating cookies, dropdown lists, folding tree menus, email address formation, and frame structures, as well as implementing features like status bars and image slideshows. Additionally, it covers concepts such as regular expressions, form events, and webpage protection methods.

Uploaded by

Om Mundlik
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Assignments_No_3_4_CSS[1]

The document contains two assignments for a CSS course, each consisting of various programming tasks primarily focused on JavaScript and HTML. Tasks include creating and manipulating cookies, dropdown lists, folding tree menus, email address formation, and frame structures, as well as implementing features like status bars and image slideshows. Additionally, it covers concepts such as regular expressions, form events, and webpage protection methods.

Uploaded by

Om Mundlik
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

शासकीय तं िनकेतन, मालवण

मु.पो. कुंभारमाठ, ता. मालवण, िज ा. िसंधुदुग िपन: ४१६६०६

फोन: (०२३६५)२५२२२३ visit us: www.gpmalvan.com ईमे ल: gpmalvan3010@gmail.com

CSS 22519

Assignment No. 03

Q.1 Write a javascript program to create read, update and delete cookies.

Q.2 Write HTML script that will display dropdown list containing options such as Red, Green,
Blue & Yellow. Write a JavaScript program such that when the user selects any options.
It will change the background colour of webpage.

Q.3 Write a JavaScript for the folding tree menu.

Q.4 Write a JavaScript that accepts user’s first name and domain name of organization from
user. The JavaScript then forms email address as <firstname@domain name> and
displays the results in the browser window.

Q.5 State what is a cookie ? Explain its need. State characteristics of persistent cookies.
Q.6 List any three properties of regular expression objects and state their use
Q.7 Write a webpage that displays a form that contains an input for username & password.
User is prompted to entre the input & password & password becomes the value of the
cookie. Write a JavaScript function for storing the cookie. It gets executed when the
password changes.

Q.8 Write a Java script to modify the status bar using on MouseOver and on MouseOut with
links. When the user moves his mouse over the link, it will display “MSBTE” in the status
bar. When the user moves his mouse away from the link the status bar will display
nothing.
Q.9 Write a script for creating following frame structure : Frame 1 contains three buttons
SPORT, MUSIC and DANCE that will perform following action : When user clicks
SPORT button, sport.html webpage will appear in Frame 2. When user clicks MUSIC
button, music.html webpage will appear in Frame 3. When user clicks DANCE button,
dance.html webpage will appear in Frame 4.
Q.10 List and explain any six form events.
शासकीय तं िनकेतन, मालवण
मु.पो. कुंभारमाठ, ता. मालवण, िज ा. िसंधुदुग िपन: ४१६६०६

फोन: (०२३६५)२५२२२३ visit us: www.gpmalvan.com ईमे ल: gpmalvan3010@gmail.com

CSS 22519

Assignment No. 04

Q.1 Write a javascript program to link banner advertisements to different URLs.


Q.2 Write a javascript program to create a silde show with the group of six images, also
simulate the next and previous transition between slides in your javascript.
Q.3 Explain text and image rollover with suitable example.
Q.4 List ways of protecting your web page and describe any one of them.
Q.5 State the use of hiding the JavaScript. Explain the steps needed to accomplish it and
describe the process.
Q.6 Write a JavaScript that demonstrates use of floating menu alongwith respective HTML
script.
Q.7 Write a JavaScript that sets a crawling status bar message to the webpage. Message is
“Welcome to the Mystic World of JavaScript”. The message must start crawling when
the webpage gets loaded.

Q.8 Write a script for creating following frame structure.

FRAME 1

FRAME 2 FRAME 3

 FRUITS
 FLOWERS
 CITIES

FRUITS, FLOWERS and CITIES are links to the webpage fruits.html, flowers.html, cities.html
respectively. When these links are clicked corresponding data appears in FRAME 3.

Q.9 Write a javascript program to design HTML page with books information in tabular
format, use rollovers to display the discount information.
Q.10 Write a JavaScript that sets a crawling status bar message to the webpage. Message
is “Welcome to the Mystic World of JavaScript”. The message must start crawling
when the webpage gets loaded.

You might also like