Accessing the value of a radio button set is not an easy task. Values from text input fields can be easily retrieved easily by just making use of [document.formname.textinputfiledname.value]. But radio button set’s value cannot be retrieved using this method.
This article shows how to get the value of a radio button set.
Month: September 2009
JavaScript is an Object Oriented Programming language (OOP). An Object is a special kind of data and acts like real –life objects. An object has properties and methods. A real-life example for object could be a music system. It has properties like, on, off, current volume, etc. The methods could be said as, turn on, turn off, increase volume, etc. Similarly, JavaScript objects do have properties and methods.
Comments closedThis article briefly explains the fundamentals of JavaScript. The basic characteristics, features, usage, etc. have been explained in simple terms. Topics like, What is JavaScript ?, How can we use the JavaScript ? , Where to place a JavaScript code ?, Characteristics of JavaScript, JavaScript variables, JavaScript operators, etc. are explained in a simple manner.
Comments closedThis article describes how to create a search application using Dreamweaver. This application makes use the Access database to store information and Active Server Pages to retrieve the data in it. This article is oriented to the intermediate Dreamweaver users. You need to have no ASP programming skills to build this application. All you want to possess is a simple programming logic.This tutorial has Only 2 pages.
The first page is a search form and the second one is a page which displays the search results.
Learn how to parse an XML file and load dynamic data into a jsp page. This tutorial is on the DOM parser in JSP. The parser loads the xml data into a jsp page using the DOM parser.
Comments closed