|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Processor outputs once and then you have to reload
Make this change:
old: report.innerHTML = processor.output;
new: document.getElementById("report").innerHTML = processor.output;
--
Charles Knell
cknell@xxxxxxxxxx - email
---- jdgarrett@xxxxxxxxxx wrote:
>
> (Primary) Problem:
> I can get the Processor to output once by clicking
> on any of the sort buttons, but then you have
> to manually reload the page, to get the buttons to
> make it resort again.
>
> Anyone know what is being overlooked here ?
> (Using MSXML 4.0 // IE 6.026 // WinNT 4.0)
>
> Please advise (anyone).
> Thanks
> Jim Garrett
> jdgarrett@xxxxxxxxxx
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






