What I want to do is give a visual cue to the user. When they are redirected to another page that uses a fragment identifier, I want the section they are being redirected to to have a different background color so that they can easily track (with their eyes), where the fragment identifer meant to take them.
Although the frament identifier always tries to put the specified section at the top of the window, it is not always possible.
What I plan to do is pass a session variable along with the frament identifier to the redirection link. This way I can have my cake and eat it too.
Make sense?




Reply With Quote