slam
10-15-2003, 06:12 PM
in my webpage which contains 4 frames I use the "dialog" frame to let the viewer select the language which he/she wants to view.
<a href="french.html" target="comments"> <img src="bild/france.gif" width="33" height="20" border="0" alt=""/></a>
etc (similar statements for other languages)
the french text will be placed in the "comments" frame
---------------
the same "dialog" frame has a 'continue' button and I want to show the next information in the right language in that "comment" frame...
how can this be done ? (store the selection in a variable)
thanks
<a href="french.html" target="comments"> <img src="bild/france.gif" width="33" height="20" border="0" alt=""/></a>
etc (similar statements for other languages)
the french text will be placed in the "comments" frame
---------------
the same "dialog" frame has a 'continue' button and I want to show the next information in the right language in that "comment" frame...
how can this be done ? (store the selection in a variable)
thanks