I have 8 emails being sent out and 1 webpage where they are linked to from the email.
If 1 email is about a particular subject I would like the link to go to the webpage and show a DIV on the subject out of the 8 choices.
I presume this is javascript and if so how, and are there any scripts out there I can use?
I hope this makes sense, but I’m happy to clarify. I think I need javascript to read the id GET variable
Thanks
You have 8 emails sent out that link to the same website?
Have the emails link to a URL with an ID appended as a GET variable:
Then you can use server-side scripting or JavaScript to read the
idGET variable.