Categories | Question details Back To List | ||
text area value within window I am unable to get the value of text area that is part of oblect attached to window. Window is displayed. User types some text to text area. I am using $('textAreaId').value and getting "" instead of typed text. Please advise. Answer posted by Support on Feb 18, 2009 09:06 Is content attached to the window directly ( some html object from the same page ) or you are using attachURL method? In second case , content will be loaded in separate iframe and not accessible by ID. |