Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

Hello, My web site is using the javascript function transformDocument but it looks like it doesn't working in version 6

  • 3 svar
  • 6 har dette problem
  • 1 visning
  • Seneste svar af yarons

more options

Hello, My we site is using a lot of ajax, and I have a function transformDocument that it doesn't works in version 6.

Please help!!!

Hello, My we site is using a lot of ajax, and I have a function transformDocument that it doesn't works in version 6. Please help!!!

Valgt løsning

For cross-reference, the corresponding thread is: ajax and transformDocument function • mozillaZine Forums. Assuming this is the XSLTProcessor method, transformDocument was removed from Firefox 6 and the new method is transformToDocument. There's an example here: Using the Mozilla JavaScript interface to XSL Transformations - MDN Docs.

Læs dette svar i sammenhæng 👍 1

Alle svar (3)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

Valgt løsning

For cross-reference, the corresponding thread is: ajax and transformDocument function • mozillaZine Forums. Assuming this is the XSLTProcessor method, transformDocument was removed from Firefox 6 and the new method is transformToDocument. There's an example here: Using the Mozilla JavaScript interface to XSL Transformations - MDN Docs.

more options

Thanks a lot!!