Hi,
In my web application, I use an exit button which runs session.abandon to close the session and then close the browser.
It does not work with multi-tabs in IE. If I open my application in two tabs, I click on the exit button in one tab which abandons the session and close the tab. But the application in another tab can still work.
Is there any way to close the session for this application in all the...
Search Result
Collapse
6 results in 0.0044 seconds.
Keywords
Members
Tags
-
how to close session of the same application in all tabs
-
JuanDelaX started a topic how do you jump to tabs in a different form using a button in another form in vb8?in Visual Basichow do you jump to tabs in a different form using a button in another form in vb8?
Scenario:
I have Form 1,. a button says: "View Saved"
this button when clicked should show the other form e.g. Form2 which has tabs,. example the saved items are in the 4th tab,. the Form2 should show the contents of the 4th tab when it pops-up,.
I am using visual basic 2008,.
Hmmn,. inside my tab is another tab containing another set of tabs,. :)
u can check the image I attached.
... -
Hidden Field Retaining Value After Second Postback jQuery Tab
I have an ASP.Net 3.5 VB web application that has a jQuery UI Tab control on it. I am trying to maintain the selected tab through postbacks so I can reselect that tab when the page reloads. In order to maintain the value between postbacks, I am using a Hidden Field.
The issue I am running into is that on the first postback, the Hidden Field does not maintain the value I am giving it. However, from the second postback on, it properly... -
newnewbie started a topic Excel Pivot ability to automatically multiply pivots into new tabs based on fieldin Visual BasicExcel Pivot ability to automatically multiply pivots into new tabs based on field
Hi,
Excel experts - evidently, Excel 2003 pivot table had a built in capability to parce out the pivot table into separate tabs based on one field values. E.g. If the pivot table had a region field with 4 regions in it - South, North, East and West - this built in capability allowed you to click on the Region field, etc and Excel would create 4 individual tabs with pivots for South, North, East and West.
I cannot find this... -
Add A New Record to a Tabbed Form?
hi I am not the best at Databases so please be kind...
I have been tasked with building a database to be used by nurses collecting certain information.
I have a form with 4 Tabs
Main Details, Employment Details, Episodes and Events.
In short One Employee can have many Episodes and Events.
What I am trying to do is if I have a record on the screen i.e. Joe Bloggs and I have the main... -
on right-click, open in new tab
I am creating an Access 2003 interface (.adp) for a SQL server 2000 backend and want to have some web browser-style features. I currently have a side panel that has the menu structure that can load various forms into a main panel but would like to have a tabbed pages feature like on web browsers. I.e. on right click have an option to open form in new tab. There are serveral questions surrounding this:
1. How do you alter the list of options...