I have an anchor tag as such:
<a href="javascript: void(0);" data-trackid="'.$row['track_id'].'" class="edit_button edit_track" id="'.$row['track_id'].'">Edit</a>
I need to grab either the ID or DATA attribute value and send that to another page as a PHP variable so that I can echo it out.
Any ideas?
If you are using
thickboxyou can do something like example 4a on http://dinbror.dk/bpopup/