I know IE  with it's weird error messages,
I had a very curious issue with <meta> tag in IE 6 and 7


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
  <meta name="description" content="MboaBLOG, On est ensemble! 1ère
Blogosphère 100% camerounaise. Univers virtuel qui présente le
quotidien réel du Cameroun. Voyage passionnant au coeur des quartiers
du Mboa." />
  <script type="text/javascript" src="js/mootools.js"></script>
  <script type="text/javascript">

  window.addEvent('domready', function () {
alert($('description').get('tag')); });
  </script>
</head>
<body>
          <div id="description"></name>
</body></html>


//$('description') reference meta[name=description] instead of div!

alert($('description').get('tag'); //meta!



On Thu, Feb 12, 2009 at 12:03 PM, [email protected] <
[email protected]> wrote:

>
> Problem found...
>
> I dont know if its a Mootools issue, but Ill post the solution here
> incase anyone else has this problem...
> the error occures becaus IE 6 & 7 see the action removeChild() an
> unsafe....
>
> http://support.microsoft.com/kb/925014/en-us
>
>
>
> On 10 Feb., 13:56, "[email protected]" <[email protected]>
> wrote:
> > More or less, I only need to know if there are any knowen issues or
> > methods with mootools and ajax requests in a secure enviroment with
> > the internet explorer...
> >
> > if it is knowen to run smoothly I have to start poking around
> > somewhere else....
>



-- 
fax : (+33) 08 26 51 94 51

Reply via email to