I am trying to get a link to a content on a website and I would like a coder or expert in this excellent forum to have a look at the page, since I am unable to do it.
You click on any of the icons (for instance “Gas & Oil”) and choose any given position. Then a page appears with the position title and its description, but the url is always the same in all the cases:
All those links have the href tag href="#" which just sends you to the page you are on already. The href tag should contain the url to the intended target page.
It is hard to see how it works from the source code, as the links are not there, they seem to be generated by some script.
The trouble is, as you’ve found out, there is no URL to point to. The content is obviously being served from a database and somehow being injected into the page.