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

Telnet, Telnet is both a TCP/IP application & protocol for linking a local ...

Telnet is both a TCP/IP application & protocol for linking a local computer to a remote computer. It is the Internet remote login service. Telnet protocol defines exactly how a rem

Need drupal expert to check website downtime after migrating, Need Drupal e...

Need Drupal expert to check website downtime after migrating to drupal 7.0 CMS We are looking for help to check on our website which has been experiencing intermittent downtime

Need help for matrimonial website on socialengine php, Need help for Matrim...

Need help for Matrimonial Website on SocialEngine PHP We are in the procedure of creating a matrimonial website using the SocialEngine PHP. This site is hypothetical to have all

Want help of seo for existing website, SEO FOR EXISTING WEBSITE We are i...

SEO FOR EXISTING WEBSITE We are in search of an expert who will do the SEO for an existing website. The website is hosted in a third party server not ours. The client wants his

Prompt boxes, The prompt box lets the user to enter information. The advant...

The prompt box lets the user to enter information. The advantage of using a prompt are fairly restricted and the use of forms would frequently be preferred (from a user perspective

I need help in rv storage, I need help in RV Storage Knowledge as well a...

I need help in RV Storage Knowledge as well as previous experience programming checkout fees between Interchange and Processor companies. Job Description- We're seeking a Web

We are in need of a junior ruby on rails developer, We are in need of a Jun...

We are in need of a Junior Ruby on Rails Developer In search of a junior Ruby on Rails developer to work on an array of projects. Creativity as well as good communication ski

Data link layer - osi model layer, It is responsible for transmitting a gro...

It is responsible for transmitting a group of bits among the adjacent nodes. The group of bits is termed as frame. The network layer passes a data unit to the data link layer and d

We a program to post an linkedin update, We a program to post an LinkedIn u...

We a program to post an LinkedIn update on behalf of a member Coding requested to permit a website user to post an update with pre-created content on their LinkedIn feed. The

We need modifications to existing squarespace site, We need Modifications t...

We need Modifications to existing as well as customized squarespace site I have a squarespace site It has been made as well as customized by an agency however I need a some a

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