Hi all,

   How to fix the bug in firefox that application/xhtml+xml doesn't
have the write() method ?

   The document object created in Firefox when the mime type is
application/xhtml+xml does not have the write() method.

   I have a script that need to use the document.write method in the
lift page.

###
<script charset="utf-8" language="JavaScript" src="http://......php"/>
###

  I try that create a test.html ( /src/main/webapp/test.html ) and the
use the iframe to embed the test.html.

###
<iframe frameborder="1" scrolling="yes" style="height: 5px; width:
5px;" src="test.html" name="lift"></iframe>
###

   It works fine in the IE, but not in the Firefox.

   Does anybody know that how to resolve this problem in the lift ?


Cheers,
  Neil

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to