News:

GinGly.com - Used by 85,000 Members - SMS Backed up 7,35,000 - Contacts Stored  28,850 !!

Main Menu

How to Get string Value from the input tag

Started by dhilipkumar, May 21, 2009, 10:41 AM

Previous topic - Next topic

dhilipkumar

Get Value from the input tag

hi does anyone know how can I get the value from the input tag?

I want to use the value of the Address in the javaScript...

               <td style="height: 158px">
                   <div id="Area" style="height: 287px; width: 300px; margin-left: 0px">
                   <input id="Address" value='<%# Eval("Shop_Address") %>' type="hidden" />
                    </div>
                </td>



dwarakesh

Hi


Use this code in javascript....

alert(document.all('address').value);