How to control and refer particular tab in flash tab menu when submit button is exist outside the tab..
Return to Recent Questions
Q:
I created tabs. And i placed the some control in each tab. I taken the
submit button outside the tab . I written java script validation for
taking input.Now in this case my focus should go the
particular tab and the control.
How to control and refer particular tab in flash tab menu when submit button is exist outside the tab
A:
You can use the following function to open appropriate tab:
dtabs_itemClick(menuN, itemN);
where
menuN - index of a menu on a page, >= 0.
itemN - index of a tab you want to show, <=0.
For example:
<DIV onClick="dtabs_itemClick(0,2)" style="width: 200px; border: 2px solid #000;">Click to open the third tab</DIV>
Return to Recent Questions
Related:
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Nov 14, 2006 - Can dhtml menu script work with tables ?
- Jan 29, 2007 - Is this java script drop down menu floatable?
- Feb 06, 2007 - We use IFrames and Frameset. Will Deluxe-Menu and Deluxe menu tabs work for us?
- Feb 07, 2007 - Can you create/destroy tabs javascript with only client side javascript
- Feb 17, 2007 - How I can edit/specify the color schemes on the Glass style tabs in html?
- Feb 18, 2007 - The dynamic menu javascript disappears, it goes BEHIND the flash and can't be seen
- March 02, 2007 - Is there a way to establish a setting such that when a toggle menu Item is CLICKED
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- March 15, 2007 - In my dynamic html menu I'm getting an error - Error: 'floatable' is undefined
- March 18, 2007 - Is there a template that allows me to have a standard windows tree control menu
|