show/hide div section based on where the page is redirected from?
问题 I have two php files which redirect like this `header('Location: usrsecuredpage.php?div=subscription');` `header('Location: usrsecuredpage.php?div=stusearch');` On the "usrsecuredpage.php" I have a few javascrip toggle links on page which show and hide div sections. this is the code: <li><a href="javascript:toggle('subscription')"><b>Subscription Details</b></a></li> <li><a href="javascript:toggle('stusearch')"><b>Personal Information</b></a></li> clicking the subscription toggle link shows