Can you please check out the following URL:
When you select "Exhibitor A to Z" from the dropdown menu and click search, a javascript function is triggered for each link (
javascript:__doPostBack('ctl00$MainContent$grdExhList$ctl00$ctl04$lnkExhLink','')
)
which generates a unique URL in the browser.
For instance,
https://www.event-reg.biz/oem-Koelnmesse/OnlineExh?e=/v5urzZW/hm8SuWqRTOYlg==&p=https%3a%2f%2fwww.event-reg.biz%2foem-Koelnmesse%2fOnlineExhListing
is an example of the resulting URL from the mentioned Javascript function call.
I have tried looking into the __doPostBack function but couldn't find much information. Any advice or assistance on this matter would be greatly appreciated.
Thank you kindly in advance.