faqts : Computers : Programming : Languages : PHP : access : Questions and Answers : Questions

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

0 of 1 people (0%) answered Yes
Recently 0 of 1 people (0%) answered Yes

Entry

get FORM control type

Dec 14th, 2006 06:30
Michael Seipp, Joshua Yip,


(MS 14/dec/2006)

var control = document.getElementById(thing);
var controlType = control.type;

hope this helps.