I have been building an application for some time now using tacos and
tapestry 4.  I do most of my testing in firefox.  Today I decided to make
sure everything looked good in IE.  An obviously IE has a major problem.
The webpage won't even open I get the following error in IE 6 "Internet
Explorer cannot open http://blah.blah....  Operation Aborted"

I've searched around and found that references to this problem
http://www.shaftek.org/blog/archives/000212.html

It seems IE doesn't like <script> tags in certain areas.  So I tried going
through my code to see if I have this issue anywhere.   When I removed the
following out lines out of my <head>

<script type="text/javascript">
<!--
djConfig = { isDebug: false, baseRelativePath: "js/dojo",
preventBackButtonFix: false, parseWidgets: false };
-->
</script>

<script type="text/javascript" src="js/dojo/dojo.js"></script>

</head>

I can browse to my page again.  The problem is now I have lost all Tacos and
Ajax functionality in my site.  Does anyone have any thoughts on this?  This
would really be a problem if I can't get it to work.  Thanks in advance for
the help...


--
~chris

Reply via email to