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

RE: xsl and javascript

Subject: RE: xsl and javascript
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Tue, 23 Oct 2001 17:58:51 +0100
window.open _new
Hang on. You are quoting me out of context. What she wanted to do was
get the output from a servlet to go to the second window instead of the
current window. Yes you can do var win=window.open('','_new') but as I
explained she would need to use http.
Something like 
var win=window.open('http://someplace/servlet?somethingorother','_new')
But then that is off topic.

Ciao Chris

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


> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Thomas B. Passin
> Sent: 23 October 2001 17:31
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  xsl and javascript
> 
> 
> [Chris Bayes]
> 
> > This is all rather basic stuff. Open the first page, have some 
> > javascript that opens a second page in a window. Simple. What you 
> > can't do is have some javascript open a page in a second window and 
> > expect it to have anything to do with the first page.
> 
> Yes you can.  In window 1:
> 
> var win=window.open('','_new')
> win.document.write('This is a test')
> win.document.close()
> win.focus()
> 
> You can continue to work with the second window using the 
> "win" variable (must make it a global variable, of course).  
> If you want the second window to initiate anything in the 
> first window, you need to use  a reference to the first 
> window, which is available in the "opener" property of the 
> second window.
> 
> Cheers,
> 
> Tom P
> 
> 
>  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.