SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-16-2006, 06:52 AM
neeraj_bhardwaj neeraj_bhardwaj is offline
SEO Junior
 
Join Date: Aug 2006
Posts: 1 neeraj_bhardwaj is on a distinguished road
Creating and navigating tabbed pane in javascript

Hi All,
i am new to this forum. I want to create a multirow tabbed pane
on my jsp page. i want to manage their postion accordingly when
tab on upper page has been clicked.

functionality like...
right click my computer -> properties -> system properties

this window has tabbed pane.i wnat this feature to impelement
in my jsp page.
but one more problem is that my tabs count will be dynamic.

Neeraj
Reply With Quote
  #2  
Old 09-19-2006, 08:47 AM
danjam danjam is offline
SEO Junior
 
Join Date: Sep 2006
Posts: 1 danjam is on a distinguished road
JS Tabbed content implementation

Here is a dynamic HTML approach to Tabbed content, with examples and other scripts.

JavaScript tabbed content
http://www.webonweboff.com/widgets/...ed_content.aspx

It uses object-oriented JavaScript, neat and easy to plug-and-play, and supported across browsers.

Single row supproted so far...

Enjoy!
Reply With Quote
  #3  
Old 11-02-2006, 05:42 AM
yaldex yaldex is offline
SEO Junior
 
Join Date: Nov 2006
Posts: 2 yaldex is on a distinguished road
one way i know to set up the tab(iture) if you will, lol, is you can use css....

Code:

<STYLE TYPE="text/css">
.image1 {left:[number of px to the left]px;top:[number of px from the top]px;}
</STYLE>

<IMG ID="1stimage" NAME="1stimage" CLASS="image1" SRC"..."></IMG>

to change the image use...

<SCRIPT>
var image_1=new Image();
var image_1.src="images src";
var image_1_over=new Image();
var image_1_over.src="image1s over src";

use this to change it...

window.document.1stimage.src=image_1_over.src;

-----------------------------------------------------------------
hope this helped,
__________________
Exellent JavaScript Debugger
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 04:06 AM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.