Hello everyone, I am currently doing a project in html and php but i am having trouble in
making a tab control in html. I know that this question is more on html, but i hope you can still help me with this one.

HOW TO MAKE A TAB CONTROL IN HTML OR PHP?

please redirect me to any sites that solves this problem. Any help is highly appreciated...


Thanks in advanced....

Recommended Answers

All 2 Replies

what do you mean by "tab control"?

In my opinion, I would use the html answer.
If you are meaning to open links in new tabs, just use the html code target=_blank. So to open links in the tabs (in browser without tabs - new windows) use:

<a href="link.htm" target="_blank">

Also if you are using iframes or regular frames and you want the link to open on the entire page (not just in the frame) use the following:

<a href="link.htm" target="_top">

As for the link, it can be found at:
http://www.allwebco-templates.com/support/S_target_link.htm

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.