J John Smith Jun 20, 2006 #1 If I have reference to some TextBox, how can I find its form name (eg. "document.Form1")?
P Poornimab Jun 20, 2006 #2 Hi, To find the form name , use the following code. document.getElementById('TextBox1').parentElement.id Thanx, Poornima.
Hi, To find the form name , use the following code. document.getElementById('TextBox1').parentElement.id Thanx, Poornima.