Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6106061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:02:22+00:00 2026-05-23T14:02:22+00:00

I have a form: <form id=f3 method=post action=interface_add.php> <fieldset> <input onclick=this.value=” class=te3 type=text name=f3a

  • 0

I have a form:

  <form id="f3" method="post" action="interface_add.php">
    <fieldset>
    <input onclick="this.value=''" class="te3" type="text" name="f3a" value="title"/>
    <input onclick="this.value=''" class="te3" type="text" name="f3b" value="url"/>
    <a id="f3c" class='but' href="javascript:void(0)" onclick="i3()">Add</a>
    <a id="f3d" class='but' href="javascript:void(0)" onclick="i3a()">Delete</a>
    </fieldset>
  </form>

and I use some Javsascript to “serialize” the element names and values like this:

function is(a)
  {
  var b='';
  var c=document.forms[a].elements;
  for(i=0;i<c.length;i++)
    {
    if(c[i].type=='checkbox'&&c[i].checked==false)
      {
      b+=c[i].name+"=NULL&";
      }
    else
      {
      b+=c[i].name+"="+c[i].value+"&";
      }
    }
    b=b.slice(0,-1);
  return b;
  }

which I call from here:

function i3()
  {
  var a='';
  a=is('f3');

However the return value I get from is() inserted into ‘a’ is

“undefined=undefined&f3a=title&f3b=url”

Funny thing is I had a similar problem previously but this was because I was not intializing ‘a’ which is why I broke this up, mostly out of paranoia that ‘a’ was not initialized properly.

Probably something simple I overlooked – but why is there undefined=undefined appearing.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T14:02:22+00:00Added an answer on May 23, 2026 at 2:02 pm

    It is coming from the <fieldset> element.

    Just add a test for a name property inside the loop.

    for(i=0;i<c.length;i++) {
    
        if( c[i].name ) {
    
           // your code
    
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an HTML form: <form action='process.php' method='post'> <input type='checkbox' name='check_box_1' /> Check me!<br>
I have a simple form like this: <form name=serachForm method=post action=/home/search> <input type=text name=searchText
I have a small contact form: <form method=post action=contact.php name=contactform id=contactform> <fieldset> <legend>Please fill
I have the following form <form name=myForm id=myForm method=post enctype=multipart/form-data action=script.php> and this jQuery
I have simple form. <form target=_blank action=somescript.php method=Post id=simpleForm> <input type=hidden name=url value=http://...> <input
I have code that looks like the following: <form id=MyForm name=MyForm method=post action=index.php> <input
I have a form like this: <form id=loginCompact action=https://externalsite... name=sportsbook method=post onsubmit=createCookie('BRLOG', document.sportsbook.username.value, 1)>
I have an upload box... <form action=upload_file.php method=post enctype=multipart/form-data><BR> <label for=file>Filename:</label><BR> <input type=file name=file
I have a html form with the data by this post method 'form id='form1'
I have a form and the method is set to post on the action

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.