Jump to content

get the Textbox attribute names as well as values


NaniG

Recommended Posts

Hi all,

 

I have a query.... have to get all the attribute names as well as values of textbox in json format. Below is the sample example how can i need to get the output...

 

 

<form action="" method="POST">

   <input type="text" name="someName" id="someId" maxlength="12">

  <input type="submit" name="submit" value="Submit">

</form>

 

When i click the submit button, i nedd to get all input types whether it could be textbox / textarea / checkbox / radio button in json format.

 

Example:

 

When i click on submit button, the output will be like these.....

 

{"type" : "text", "name" : "someName", "id" : "someId", "maxlength" : "12"}

 

If any body knows, Please give me some suggention with examples.

 

Thanks in advance....!

 

: :'( : :'( :

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.