NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: LSlowick on August 17, 2013, 10:44:15 AM
-
Hi
I have a form with multiple tabs. On two of the tabs I want to call the same browse is there a way in the browse to know what TAB it was called from?
Using this information I can then have the called browse conditionally call different children.
Should I do it this way is is there a better what to acheive this?
Thanks
Lee
-
p_web.GetSessionValue('showtab_UpdateConferences')
Where
UpdateConferences
is the name of the form.
cheers
Bruce
-
Thanks Bruce. I will try this.