This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xsl and javascript


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. Or for that
matter open a first page from a second page when you haven't been to the
first page first.
Unless you pass some value from one page to another. You usually do that
with all the stuff that follows the "?" in the url. Xsl doesn't give you
anything above what you can do with basic html/http.

Hth Chris

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


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> geeta gudavalli
> Sent: 22 October 2001 23:27
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] xsl and javascript
> 
> 
> I am facing a problem with xsl and javascript.  I have a servlet that 
> transforms xml inot html by using xsl.  I can create the html 
> and I do have 
> javascipt in my xsl file to open a new window.  I would like 
> to write the 
> output from the servlet to this new window.  Can anyone help 
> me.  My servlet 
> writes the output to same browser windoe and opens another 
> blank window.  
> Your help is greatly appreciated.
> Thank you,
> XSLuser
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at 
> http://explorer.msn.com/intl.asp
> 
> 
>  XSL-List info and 
> archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]