Get Back to Where You Once Belonged
December 8, 2009 12:00 AM
One way to do this is to create a transparent text box or transparent image (name it Link1) and place it over the location you are starting from, then on that text or image you add two actions. Then create another transparent image or text and name it, Anchor1. Place Anchor1 over the text you will be jumping to.
Add these two actions to Link1.
ACTION:
On: Mouse Click
Action: Go To
Target: Chapter, Section, or Page
Name: [Name of the page] (which is the current page)
Scroll To: Anchor1
On this same transparent text or image (Link1) you also add a second action which opens the child screen (page).
What happens is that as the child screen is opened, the parent screen jumps to the new location, Anchor1.
Hope that helps.
Bruman
sjc said:
I need some help figuring out how to get back to a location on my parent screen after displaying and closing a child screen.
My parent screen displays a child screen that is configured as a feedback popup. After the student reads the feedback, I use "onblur" (thank you again for explaining that to me) to close the child popup. So far, so good.
Now, once the child popup goes away, I want to get back to the same location (OK, the next line) in the parent screen and continue processing from there.
Any ideas on how to make that happen?
Thanks.
Discussions have been disabled for this post