miketech99
08-28-2008, 06:48 PM
Hi Board. I hope you could help me out with an already created JS to extend the feature or to correct me if I'm doing it wrong.
The script's home page- http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
The drop-down/overlapping content script works just fine if my external content is .HTM. I want to display an external page that is a .aspx. When I try
<b><a href="search.htm" id="searchlink" rel="subcontent" rev="external.aspx">Search DD</a></b><br />
it says the content is loading. If I refresh the page it entirely beak's the overlapping content script. From the above you will notice the rev= is referring to aspx content. How do I get the script to work for ASPX pages?
thanks
The script's home page- http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
The drop-down/overlapping content script works just fine if my external content is .HTM. I want to display an external page that is a .aspx. When I try
<b><a href="search.htm" id="searchlink" rel="subcontent" rev="external.aspx">Search DD</a></b><br />
it says the content is loading. If I refresh the page it entirely beak's the overlapping content script. From the above you will notice the rev= is referring to aspx content. How do I get the script to work for ASPX pages?
thanks