Form objects and elements array, PHP Web Programming

Assignment Help:

<HTML>

<HEAD>

<TITLE>FORMS</TITLE>

<!-- This code allows to access the Form objects Elements Array //-->

<SCRIPT Language="JavaScript">

function Ver(form1)

{

v=form1.elements.length;

if (form1.elements[3].name=="Button1")

{

alert('First form name : '+document.forms[0].name);

alert('No. of Form elements of  ' +document.forms[0].name + ' = '+v);

}

else if (form1.elements[4].name=="Button2")

{

alert('Second form name : '+document.forms[1].name);

alert('No. of Form elements of  ' +document.forms[1].name + ' = '+v);

}

for(i=0;i<v;i++)

alert(form1.elements[i].name+  ' is at position '+i);

}

</SCRIPT>

</HEAD>

<BODY>

<FORM Name="Survey Form 1">

FIRST FORM: <i><b>Survey Form 1 </b></i><BR><BR>

First Name : <Input Type=Text Name="Text1" Value=""><BR><BR>

<Input Type="radio" Name="Radio1" Value=""> Fresher

<Input Type="radio" Name="Radio1" Value=""> Experienced<BR><BR>

<Input Type="Button" Name="Button1" Value="Click1" onClick="Ver(form)">

</FORM>

<FORM Name="Survey Form 2">

SECOND FORM: <i><b> Survey Form 2 </b></i><BR><BR> Name : <Input Type="Text" Name="Text2" Value=""> <BR><BR>

Password : <Input Type="Password" Name="Pass2" Value="">

<BR><BR>

<BR><BR>

<Input Type="CheckBox" Name="Check1" Value="" > Employed

<Input Type="CheckBox" Name="Check2" Value="" > Studying

<Input Type="Button" Name="Button2" Value="Click2"

onClick="Ver(form)">

</FORM>

</BODY>

</HTML>


Related Discussions:- Form objects and elements array

Frameset, Now create a master page wherein you write the following code. ...

Now create a master page wherein you write the following code. My Frame Page -- Master Page

Help needed with blog setup, Help Needed with Blog Setup, Links, Pages and ...

Help Needed with Blog Setup, Links, Pages and General Finalization Want help finalizing all links all around darlenekujanek.com. 1) Internal page linking 2) Setting up add

I need experienced in asp.net 2.0/3.5 technologies, ASP.NET Developers / Pr...

ASP.NET Developers / Programmers I need experienced in ASP.NET 2.0/3.5 technologies a) Must have Strong knowledge in C# and VB .net. WPF, WCF, AJAX, Linq b) Strong databas

Need help oscommerce postage fee need to paypal fix, Oscommerce postage fee...

Oscommerce postage fee - paypal fix 1. For certain reason the total payable send to ebay seems to no longer comprise the postage fee that was selected at check out. It is expose

Need help in database driven website version 1.0, Need help in Database Dri...

Need help in Database Driven Website Version 1.0 This is going to be a database driven Angie's List or Yellow Pages style website for a niche market. Subscribers will be capable

Change quantity button cannot be functioned, error_reporting(0); session_...

error_reporting(0); session_start(); header(''Content-type: text/html; charset=utf-8''); include_once(''../../xajax_core/xajax.inc.php''); // ?? xajax $xajax = new xajax()

Need help in wordpress site with e-commerce integration, WordPress Site wit...

WordPress Site with E-Commerce Integration We want development of a site in Word Press. We will offer the designs and the content. We will want you to set up the site and conver

Urgent php enhancement to online assessment website, URGENT PHP enhancement...

URGENT PHP enhancement to online assessment website We are currently looking for a skilled PHP developer (PHP & MySQL - with cPanel website administration interface) with outsta

Need help in whatsapp web solution, WHATSAPP WEB SOLUTION We are seeking...

WHATSAPP WEB SOLUTION We are seeking a professional company to develop a solution that allows me to send a bulk message for a list of numbers from the web to whatsapp. This s

Metropolitan area network, A MAN, basically bigger versions of a LAN is des...

A MAN, basically bigger versions of a LAN is designed to extend over a whole city.  It can be single network like a cable television network, or it can be a means of connecting a n

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd