Append urlVariable to next page's link
问题 How do i set a page to append a urlVariable into its links? for example, i have 3 different pages and all are linked into the same page, e.g. receiver.html first page link: receiver.html?sender=1 second page link: receiver.html?sender=2 third page link: receiver.html?sender=3 when the first page is clicked it will send the user to receiver.html which has many outgoinglinks inside, and the script will append the variable into all its outgoing links depending on the three pages above? receiver