Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tabs issue in ASP

Status
Not open for further replies.

kavita11

Programmer
Oct 27, 2001
32
US
I have four tabs on an ASP page. Each has a set of fields under them. I have one screen where all the tabs show and all the fields under them are non editable. I have a function menu through which the user clicks on edit mode for the same screen and part of the fields which the user wants to edit come up the same four tabs remain. What happens is when the javascript function for edit is called it opens the page all the fields are displayed correctly but when I click on the first field to edit under tab 1 my cursor doesnt come up and it doesnt let me edit the field. Although if I click on all 4 tabs and then come back to the first tab and then click on the field I want to edit I am able to. How is this happening?. I have checked the code the functionality is fine but I need to be able to edit the first field under the first tab without having to click all 4 and then come back. Please advise.
Thanks
Kavita
 
It might help if you showed us the code! This is not a bug - it's an undocumented feature...
;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top