[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Antwort: Populating frames in a frameset dynamically

Subject: Antwort: Populating frames in a frameset dynamically
From: manfred.weigel@xxxxxx
Date: Tue, 29 Oct 2002 18:18:19 +0100
javascript previouspage


hi rose!

that´s not really a xsl question. - but - ok

to manage a frame content you should never forget that HTML is interpreted
on the CLIENT!
we are able to manage some logic by JavaScript. have a look at
www.selfhtml.org , check out the english section
and have a look on HTML and JavaScript (XML/XSL is also excellent!)

search for parent.frames

good luck
Manfred





UngRosie@xxxxxxxxxxxxx@l... am 29.10.2002 17:50:27

Bitte antworten an xsl-list@xxxxxxxxxxxxxxxxxxxxxx@inet

Gesendet von:     owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx


An:      XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Kopie:
Thema:    Populating frames in a frameset dynamically


I am new to web devt so I apologize in advance if this makes no sense.

I have a frameset where I want to populate the right frame dynamically.  I
will not know what the SRC value will be for the right frame.  I created an
HTML page for the left frame and I place that in my src value for the left
value.  CUrrently for the right frame, I have it loading to the
application's main page.  I do NOT want this to happen.  I want the right
frame to load w/ the previous page that I was on when I call the frameset.
I created a right_frame.html w/ the following code . .

<html>
<head>
<title>Go Back to previous Page</title>
<script language="javascript">
<!--
function PreviousPage() {
  history.back(1);
}
//-->
</script>
</head>
<body>
<script language="JavaScript">PreviousPage();
</script>
</body>
</html>

I placed the SRC in my original frameset.html but it creates what seems to
be an infinite loop and never opens anything.  jsut keeps going back and
forth.

any ideas?

thanks a million for any input.

rose

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.