↧
var el = $("#id input[type=text]");
Newer versions of browsers also allow for selection of
var el = document.getElementsBySelector('div input[type=text]');
should also work as long if you're using a recent browser.
+++ Rick ---
oInputFieldName = o.Document.getElementByID("divisiontagid").inputfieldname
I found the above approach somewhere on the net, but it does not work. Not sure where I'm going wrong.
Also, is any of the above statement case sensative?
TIA,
Steve