...::: Recent Updates :::...

Saturday, January 28, 2012

Create a Form in HTML with two fields, minimum and maximum, write JavaScript to validate that only numeric value is entered in both, and the value entered in minimum is less than the value entered in maximum.

Create a Form in HTML with two fields, minimum and maximum, write JavaScript to validate that only numeric value is entered in both, and the value entered in minimum is less than the value entered in maximum.

Description:- Take two textboxes to accept two values from the user and check whether the values entered in both the textboxes are numeric or not and put validation on it that you can enter only numeric values. You can also  check the that the field marked as maximum should have greater value as compared to the field marked as minimum if it is not so than put proper validation for it.

Hint: Key allowed in the textbox is 0-9, ‘.’. 


JavaScript program that demonstrates the use of +=,-=,*=,/= Operators.

JavaScript program that demonstrates the use of +=,-=,*=,/= Operators.

Example:-
var a=10; // Initial value of the variable is a=10.
a+=10;  // It increments the value of variable a=a+10 so the value a become 20.
a-=10; // It increments the value of variable a=a-10 so the value a become 10.
a*=10; // It increments the value of variable a=a*10 so the value a become 100.
a/=10; // It increments the value of variable a=a/10 so the value a become 10.


Write a program in JavaScript that shows how the variable’s type can be changed on the runtime.

Q-5 Write a program in JavaScript that shows how the variable’s type can be changed on the runtime.

Description:-You can use the var keyword in JavaScript to define a variable in HTML. In JavaScript the data types of the variable is loosely typed so we can change the data type of the variable at any time. A same variable can have different values at different times of different data types.

Syntax:- var <variable name>=value;


Friday, January 27, 2012

Create a web page which display following output. Form

Create a web page which display following output. Form



Create university mark sheet with proper format. (You can generate the copy of your own mark sheet. Display the content properly by use of <table> and other useful tags).


Create a web page which displays the railway time table. (The most likely those are displayed on the railway platform)

Q-2   Create a web page which displays the railway time table. (The most likely those are displayed on the railway platform)


Create a web page which displays table in following format. (HTML)

Programming Skills – VII (WTAD)

Q-1   Create a web page which displays table in following format.



Note:- Use rowspan and colspan attribute.   


----------------------------
RAJ SOLUTION'S
( Sahin N. Raj )
www.licamca.blogspot.com
www.sahinraj.blogspot.com