client side transform problem

J

johnwallace2

I have several xml files and a common stylesheet on the server. In my
html I have a sidebar of links. For each link I fire an onClick event
that triggers an xml load and transform with the output displayed in a
small popup. Everything works great for one click. My issue is that in
Firefox, each subsequent click concatenates the results to the previous
tranformed results. How can i start fresh each time. I've tried
resetting all variables involved but the problem won't go away. This
works fine in IE by the way. Does anyone have an idea on what the issue
could be?
 
J

johnwallace2

Forget it. I figured it out. After banging my head for 24hrs I caught
the problem 5 minutes after submitting this.

In my closePopup() function I had been attempting to erase the content
via document.getElementById(box).innerHtml="";

The innerHtml method has be referenced with the html portion all caps:
innerHTML
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top