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]
Other format: [Raw text]

Re: Processor outputs once and then you have to reload the page.


Make this change:

old: report.innerHTML = processor.output;
new: document.getElementById("report").innerHTML = processor.output;

-- 
Charles Knell
cknell@onebox.com - email


---- jdgarrett@alltel.net 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@alltel.net
> 
 

 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]