I have tags in HTML with different data in the attribute and i want to get the data from one of the attribute of the tag after redirecting of the page to href link without using post and get data
<a class="tile checklogin" href="javascript:void(0);" data-toggle="modal" refcon="hotels/bkhtl/1" data-target="#login">
<a class="tile checklogin" href="javascript:void(0);" data-toggle="modal" refcon="hotels/bkhtl/2" data-target="#login">
<a class="tile checklogin" href="javascript:void(0);" data-toggle="modal" refcon="hotels/bkhtl/3" data-target="#login">
i want to get the result of the refcon of tag after reaching to the another page not in the current page but to the other page where the hyper link takes to