JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old August 16th, 2006, 08:43 AM
neeraj_bhardwaj neeraj_bhardwaj is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2006
Posts: 1 neeraj_bhardwaj User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 19 sec
Reputation Power: 0
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 September 1st, 2006, 05:43 PM
colton22's Avatar
colton22 colton22 is offline
\ ^_^ / - Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2006
Location: near chicago, Illinois
Posts: 471 colton22 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 Days 1 h 9 m 44 sec
Reputation Power: 3
Send a message via AIM to colton22 Send a message via MSN to colton22 Send a message via Yahoo to colton22
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, if it does or doesnt please post back

colton22

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJavaScript Development > Creating and navigating tabbed pane in javascript


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway