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

We need help in simple wordpress development, We need help in Simple WordPr...

We need help in Simple WordPress Development We want to hire a developer to build a simple wordpress site for us. Our designer will offer the PSD designs. All we want is a devel

Select attribute, TABINDEX = integer TABINDEX is supported by MSIE 4.x a...

TABINDEX = integer TABINDEX is supported by MSIE 4.x and higher & Netscape 6. Normally, while the user tabs from field to field in a form (in a browser that permits tabbing,

Html select element, Use the HTML select element (which must be assigne...

Use the HTML select element (which must be assigned a name since it belongs to the form).  Then acquire its input appropriately on the server-side just like you do for text f

I need help to make drupal website for rent apartments, I have a website I ...

I have a website I build it with Drupal for Rent apartments and I have five buildings in different places and every building have different capacity of apartments and different apa

Seeking a web expert who is able to make changes to template, Web designer ...

Web designer / programmer I am seeking a web expert who is able to make changes to templates, flash, html and php scripting for primarily Wordpress, with a bit of OSCommerce, Jo

Need help to create a shopping cart, Create a shopping cart I have an in...

Create a shopping cart I have an incomplete shopping cart. The preceding expert didn't finish the project. He has done 70% of the work as well as then sent it to me. I would lik

Title tag, The only thing you need to concern yourselves with in the HEAD t...

The only thing you need to concern yourselves with in the HEAD tag (for now) is the TITLE tag. The bulk of the page will be in the BODY tag, as illustrated in Figure.

We are in need of help in turnkey site development, We are in need of help ...

We are in need of help in TurnKey Site Development Our company had a web site skilfully created in PSD. We want a developer to turn the site from PSD files to HTML/CSS/JavaScrip

Need a expert for programming a bandcamp for writers, Need a expert for Pro...

Need a expert for Programming A Bandcamp(.com) for Writers and Zine Lovers I want someone who knows how to program a website like Bandcamp where users can have there own place t

Dial-up connection, O ne of the commonest ways of connection to Internet is...

O ne of the commonest ways of connection to Internet is by dial up connection via a modem & a telephone line. Using these you can link to a host machine on the Internet. Once linke

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