Hi All, I was starting out with lift and am working with Dan on a project. The application I am working on has a prototype/Yahoo javascript requirement. Now Lift as I understand gives a content type of application/xhtml+xml. I am having problems with executing javascript (statements like element.innerHTML = 'dasdasdasd'). This is inside the prototype and Yahoo libraries and therefore cant be changed by me.
The issues have been refernced here as well. http://www.webdeveloper.com/forum/showthread.php?t=178347 http://www.quirksmode.org/bugreports/archives/2004/11/innerhtml_in_xh.html http://www.schillmania.com/content/entries/2004/10/24/application-xhtml+xml/ https://developer.mozilla.org/En/Writing_JavaScript_for_XHTML The creating a text node and inserting wont work for me as the content inside (as inserted into the innerHTML) needs to be displayed as html and not only as text. Thanks and Regards. Dinesh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
