473,386 Members | 1,804 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Disabling Tab- Focus

3
This is regarding an Inventory Staus Grid page that displays inventory according to the date entered by the user. The user uses a tab key to move the focus to the ' Vehicle number' column and again using the tab/down keys move focus to a particular vehicle number.Upon clicking F5, a 'Vehicle Specifications' div gets open.Now again if the user uses the tab key to move focus onto a different vehicle number, clicks F5, then a second Vehicle Specifications div gets open, which is wrong. I want that at a time, only one vehicle specifications div must be open.
So i have to do this - disable the tab from giving focus to the table if a div is already open. How?
Jun 28 '07 #1
3 1363
shoonya
161 100+
hey i just found this

Expand|Select|Wrap|Line Numbers
  1. <a href=abc.php tabindex=-1>helloo</a>
doesn't takes the focus to any link while pressing on tab
I have checked it on IE and Mozilla

shoonya
Jun 28 '07 #2
rmat
3
Hey thanks...I solved this bug!
But a new one has cropped up now...which I'm working on right now.
Sorry for the late reply, I've been so caught up with all the debugging I have to do..
Thanks again!
Jul 1 '07 #3
Logician
210 100+
I solved this bug!
Is the site still usable without a mouse? If not, then you may have accessibility issues.
Jul 1 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Stefano | last post by:
Hi NG, i want to disable tab button and i think that solution is method preventDefault() but i can't disabled this button. temp.addEventListener('keydown',press_key,true); ........ function...
2
by: Giulio Mastrosanti | last post by:
Hi all, I would like in a tab control to temporarly disable the possibility for the user to switch tabpage while some tasks are performed. Is it possible? Thanks for your answer, Giulio
1
by: Tony | last post by:
Hi I'm using a TabControl and need to disable a tabpage such that, although it is visible, it cannot be selected or viewed in anyway. The text of the tab i guess should be "greyed out". Any...
3
by: slippy | last post by:
I have a form with numerous tabs on it but when the user chooses a specific option I want all but one tab to be disabled (greyed out but still visible). Can anyone tell my how I may do this? ...
7
by: Vignesh | last post by:
I have tab control which has some TabPages. I want to enable or disable the tabpages based on some condition. It is possible to that. Thanks in advance.
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.