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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recordset paging insied tabbed form?

Status
Not open for further replies.

NickyJay

Programmer
Sep 1, 2003
217
0
0
GB
Hi all,

have just implemented a simple recordset paging element to a section of a form i have that is split into div's that are displayed via a tab across the top of the page. Problem is, now when i click to view the next lot of records, the page always refreshes displaying the first "tab" of info - the top of my form.

How can i change this to show the tab that the recordset is on - or should i be asking this in a different forum - js? css?

thanks for reading this!
 
Make the display attrib of the div's dynamic. It sounds like they are all static and the first tab is the one with focus when a new document is rendered.

There are several ways to do this, but you don't specifiy which div you want to have focus and why.

Hint: set a form or session variable to evaluate and determin which div gets focus.

Lyndon

---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top