aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes how to add tabs on html page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "how to add tabs on html page" Watch "how to add tabs on html page" New topic
Author

how to add tabs on html page

arpita kale
Greenhorn

Joined: Jun 13, 2007
Posts: 11
I wnat to add three tabs on jsp page using html tags.
On click of tab I want to show some textboxes on jso then on click of next tab click another content should display and so on...
But I do not know how to add tabs in jsp using html tag.If anybody is knowing ,could you please help me regarding the same?
Valentin Crettaz
Gold Digger
Sheriff

Joined: Aug 26, 2001
Posts: 7610
Thre are countless JS components available out there to achieve that. One of them would be http://www.barelyfitz.com/projects/tabber/

Google with any of the keywords "javascript tab html" and you'll sure find something
[ July 27, 2007: Message edited by: Valentin Crettaz ]

SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
arpita kale
Greenhorn

Joined: Jun 13, 2007
Posts: 11
Ok Thanks .I will try by this way.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: how to add tabs on html page
 
Similar Threads
multi forms from different action in one jsp?
jQuery tabs UI issue
Single page development
how to recognise whether to do insert or update
How can I have a TAB inside my JSP