Fabio schrieb:
> AjaxPro 6.5.17.1 <http://6.5.17.1> and script.aculo.us
> <http://script.aculo.us/>
> using XHTML 1.0 Transitional: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
> 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
> <http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>">
>
> If I not use XHTML all works fine...
Maybe your XHTML is not correct. Ajax.NET Pro doesn't use any HTML/XHTML
only JavaScript. I've using Ajax.NET Pro only in XHTML Projects.
In XHTML every Tag must be closed.
e.g.
<br /> instead of <br>
<p></p> instead of single <p>
But not all tag can be "shortclosed" with />
e.g. don't use <iframe src="blad" />, you must use <iframe
src="blad"></iframe>
--
Freundliche Grüße
Albert Weinert
http://der-albert.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" 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/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---