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

RE: Dynamic creation of frames & the data within

Subject: RE: Dynamic creation of frames & the data within
From: "Linda Santiago" <lasantia@xxxxxxxxxx>
Date: Fri, 29 Dec 2000 15:22:28 -0500
linda santiago

Linda A Santiago
ISX Development/T&M ISU
Phone:  (954) 938-3935, T/L 599-3935
Fax:        (954) 958-6970, T/L 599-6970
E-Mail:   lasantia@xxxxxxxxxx


"Chris Bayes" <Chris@xxxxxxxxxxx>@lists.mulberrytech.com on 12/29/2000
02:58:42 PM

Please respond to xsl-list@xxxxxxxxxxxxxxxxxxxxxx

Sent by:  owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx


To:   <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
cc:
Subject:  RE:  Dynamic creation of frames & the data within



Linda,
This is a bit off topic because it is just a netscape question.
Like I said
frames.main.document.open("text/html", "replace")
or
frames["main"].document.open("text/html", "replace")
will work in all of them.
Digging a little further you might get problems with
<frameset onload="populateFrames()" rows="64,*">
  <frame name="header" scrolling="no" noresize target="main">
  <frame name="main">
</frameset>
because *STUPID* netscape does not create an actual frame if there is no
src
attribute. So changing
<frame name="main" src=""> which you wouldn't want to do
or
<frame name="main" src="javascript:return '';">
or
<frame name="main" src="blank.htm">
will allow you to open and write into the frame.
I wish I hadn't worked it out now. The sooner people stop supporting and
using this pile of c*** the better.

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


 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.