NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: LSlowick on August 17, 2013, 10:44:15 AM

Title: Can you determine what TAB a browse was called from
Post 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
Title: Re: Can you determine what TAB a browse was called from
Post by: Bruce on August 18, 2013, 10:08:36 PM
p_web.GetSessionValue('showtab_UpdateConferences')
Where
UpdateConferences
is the name of the form.

cheers
Bruce
Title: Re: Can you determine what TAB a browse was called from
Post by: LSlowick on August 19, 2013, 06:42:31 AM
Thanks Bruce. I will try this.