I don't know if this is a javascript issue but I'll start here. I have a page that has three tabs across to display different content for each order number displayed below on the page. For example, tab 1 shows customer info, tab 2 shows dates, tab 3 shows acct mgr info. If the user is viewing the content on tab three and changes the filter options to refine the results, the page refreshed to tab 1 when it returns. I would like it to stay on tab 3. The tabs are done with CSS, div tags, and javascript.
When a tab is selected it stays on the client side.
When a filter option is submitted it goes to the server side to query the database and then returns the result set.
Is there anyway to know tab x was selected when the results are returned?
Thanks
When a tab is selected it stays on the client side.
When a filter option is submitted it goes to the server side to query the database and then returns the result set.
Is there anyway to know tab x was selected when the results are returned?
Thanks