PDA

View Full Version : Changing the contents of a text gallery


Phil33000FR
Mar-11-2010, 04:27 AM
Hello,

I created a Help window (gallery text) with multiple links (as text galleries).
When you click on a link that opens another window (on the aid).
I do not want another window but simply change the contents of the window using
by the content of the specific aid called, then a return to the main Help menu when finished playing.

Example here: <a href="http://www.carlhant.net/gallery/11433437_kHwkQ" target="blank"> <p align="center"> <font color="green"> <h3> NEWS Back to the Home Information </ b> </ h3> </ font> </ p> </ a>
http://www.carlhant.net/gallery/11433437_kHwkQ

This code is contained in the description box of the gallery setting. It certainly is "empirical," but I'm not a programmer.

What is the correct code or the thread that deals with the subject?

Thank you for your help.

Philippe

denisegoldberg
Mar-11-2010, 04:53 AM
If you want the window to open in place, remove the target= clause from your <a href= statement. Keep in mind this will open the window you referenced, not in the context of your smug site. To get back to smug from that new page the viewer would need to use the back key.

target="_blank" says to open a new window/tab.

Help page at http://htmlhelp.com/reference/html40/special/a.html

Hopefully someone else will have an answer that is closer to the functionality you are looking for.

--- Denise

Phil33000FR
Mar-11-2010, 06:08 AM
If you want the window to open in place, remove the target= clause from your <a href= statement. Keep in mind this will open the window you referenced, not in the context of your smug site. To get back to smug from that new page the viewer would need to use the back key.

target="_blank" says to open a new window/tab.

Help page at http://htmlhelp.com/reference/html40/special/a.html


--- Denise
Thank you Denise!

Accurate and effective response that characterizes you, as always. :clap
It works as you can see. And the link WDG is important information for me.
Thanks again!