sazzie Posted January 24, 2007 Share Posted January 24, 2007 This is a really big problem I have here.I have tabs which display various information. One of those tabs contains a form.Using Ajax, I am attempting to write some information into one of the textfields in this form but the dom tree does not seem able to access it even though the form displays in the tab on the webpage.Can anyone tell me if incomplete DOM trees are common in Ajax application building and a solution to it, please. Quote Link to comment Share on other sites More sharing options...
ober Posted January 24, 2007 Share Posted January 24, 2007 I've had issues like this in the past. One solution is to simply build the form when the page is built and simply hide it with the CSS display property and then show it whenever that tab is selected instead of loading it's content from the backend. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.