On 8/31/10 9:03 AM, Ken wrote: > We're trying to upgrade a site to run on the 4.0 framework and are > running into an issue in SeaMonkey. For some reason, it looks like the > asp.net ajax elements are not getting added to the page. It's working > fine in almost every other browser (FireFox, IE, Chrome, Opera, and > Safari) but in SM. Has anyone else run into this issue?
Is your server sniffing for "Firefox"? It should instead sniff for "Gecko". However, if you make your site compliant with the W3C specifications, it is likely that you do not have to sniff at all. For an explanation of sniffing, see my <http://www.rossde.com/internet/Webdevelopers.html#sniff>. -- David E. Ross <http://www.rossde.com/>. Anyone who thinks government owns a monopoly on inefficient, obstructive bureaucracy has obviously never worked for a large corporation. © 1997 by David E. Ross _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

