1.
Javascript Pop-up Window Objects
The javascript pop-up window object refers to the web browser, and all of the items you can see within it. This tutorial will explain how objects are used ...
2.
VBScript msgbox
if a =n then do some thing else do something else end if - This if statement does specific task when a = n and does other task when a is not equal to n. ...
3.
VBScript msgbox
This time, the loop will continues while the answer is correct which is 25. The loop terminates when it detects any answer other than 25. ...
4.
VBScript msgbox
VB Script Case Statement. Case statement can be used instead of if statement ... Case else is anything other then our conditions. In this case, case else is ...
5.
Html Frames
<a href ="http://www.hotmail.com" target ="file3">hotmail</a><br> <a href ="link2.htm" target ="file3">link two</a> </body> </html> ...
6.
Html Frames
<a href ="http://www.hotmail.com" target ="file3">hotmail</a><br> <a href ="link2.htm" target ="file3">link two</a> </body> </html> ...
7.
Javascript Alert Box + Javascript Prompt Box + Javascript Confirm Box
The Javascript confirm box differs from a regular alert box in that it provides two choices for the user: 'OK' and 'CANCEL' to confirm the request. ...
8.
Javascript Alert Box + Javascript Prompt Box + Javascript Confirm Box
A javascript alert box is a dialog box that pops-up with a message and an 'OK' button. The alert method displays an alert box with a string passed to it. ...
9.
Javascript Alert Box + Javascript Prompt Box + Javascript Confirm Box
A javascript alert box is a dialog box that pops-up with a message and an 'OK' button. The alert method displays an alert box with a string passed to it. ...
10.
Javascript Alert Box + Javascript Prompt Box + Javascript Confirm Box
This prompt method will display the message, 'Type your name' on a prompt box ... Here is a javascript confirm box that tells you which button you clicked: ...