zhagan1
04-10-2011, 09:10 AM
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/dynamicindex17/ajaxtabscontent/index.htm
3) Describe problem:
I am using "Demo #1- Basic implementation" in the webpage(http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/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?
<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>
Thank you very much!
How to open the pages in new frame(not in div) when click tab.
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
3) Describe problem:
I am using "Demo #1- Basic implementation" in the webpage(http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/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?
<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>
Thank you very much!