1) Script Title:
How to open the pages in new frame(not in div) when click tab.
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...tent/index.htm
3) Describe problem:
I am using "Demo #1- Basic implementation" in the webpage(http://www.dynamicdrive.com/dynamici...tent/index.htm), a new page can be opened in iframe in "Tab 4"
is it possible to open a page in a new iframe window but not in the div ?
Example:
can I open the pages in "ContentFrame" frame when click tab?
Thank you very much!HTML Code:[CODE] <frameset id="sidebar_content" cols="225, *" frameborder="1" border="6" framespacing="5" bordercolor="#A1C7F9"> <frame name="TabFrame" src="/tabs.aspx" scrolling="no" frameborder="1" /> <frame name="ContentFrame" src="/newpagefromthetab.aspx" frameborder="0" /> </frameset> [/CODE]



Reply With Quote
Bookmarks