WingNut
09-25-2006, 06:01 PM
1) Script Title: Ajax Tabs Content script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm
3) Describe problem:
I tried loading an external HTML file containing code that pops up windows (I used the demo from http://www.brainjar.com/dhtml/windows/) I have that code broken down into 3 parts - a .js file a .css file and the .html file. I load it as follows :
<li><a href="int_win.html" rel="ajaxcontentarea" rev="int_win.css, int_win.js">test</a></li>
When I load the HTML page on its own everything works fine, but when I load it inside a tab, the links stop responding.
My goal is to eventually use ASP to display records from a database in a tab, and to use the popup window to to add / edit records in that table.
Any input greatly appreciated.
:cool: WingNut
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm
3) Describe problem:
I tried loading an external HTML file containing code that pops up windows (I used the demo from http://www.brainjar.com/dhtml/windows/) I have that code broken down into 3 parts - a .js file a .css file and the .html file. I load it as follows :
<li><a href="int_win.html" rel="ajaxcontentarea" rev="int_win.css, int_win.js">test</a></li>
When I load the HTML page on its own everything works fine, but when I load it inside a tab, the links stop responding.
My goal is to eventually use ASP to display records from a database in a tab, and to use the popup window to to add / edit records in that table.
Any input greatly appreciated.
:cool: WingNut