123fai
04-24-2007, 11:55 AM
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
I have 2 aspx pages. One is the index.aspx and the other is the News.aspx. Both aspx pages contain own their form tag <form id="XXX" runat="server"> because both pages need to get a dataset from DB and then bind it to their own grid view...
I try to put the ajax tab content in the index.aspx page and then have a tab to link to News.aspx...In fact, i found that it works fine in FireFox, but get a javascript error "unknown runtime error" in IE 6.0....
I put some time to find the reason of that problem in IE6...finally i get a result is that the functions works fine in IE6 if there is no form tag in the news aspx page...
So anyone can help me to sovle this problem so that my pages is also work fine in IE6...it takes me much of time before...thx
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/
3) Describe problem:
I have 2 aspx pages. One is the index.aspx and the other is the News.aspx. Both aspx pages contain own their form tag <form id="XXX" runat="server"> because both pages need to get a dataset from DB and then bind it to their own grid view...
I try to put the ajax tab content in the index.aspx page and then have a tab to link to News.aspx...In fact, i found that it works fine in FireFox, but get a javascript error "unknown runtime error" in IE 6.0....
I put some time to find the reason of that problem in IE6...finally i get a result is that the functions works fine in IE6 if there is no form tag in the news aspx page...
So anyone can help me to sovle this problem so that my pages is also work fine in IE6...it takes me much of time before...thx