Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
<script> tag inside yui panel   Message List  
Reply | Forward Message #15940 of 52120 |
I'm getting a strange behavior with yui Panel in a IE-only scenario.  I'm instantiating a Panel and setting the body of the Panel dynamically via an standard ajax call to the server.  The returned content looks something like this:

<div>
  ..blahblahblah
</div>
<script type="text/javascript" src="blah.js"></script>


I set the body of the panel via panel.setBody( o.responseText ).

The problem is that in IE, the <script> tag doesn't get evaluated.  I'm not sure if this problem have anything to do panel or whether the problem is a simple browser issue.  Anyone know what might be the cause?


Tue Jul 31, 2007 6:46 am

telerice
Offline Offline
Send Email Send Email

Forward
Message #15940 of 52120 |
Expand Messages Author Sort by Date

I'm getting a strange behavior with yui Panel in a IE-only scenario. I'm instantiating a Panel and setting the body of the Panel dynamically via an standard...
telerice
Offline Send Email
Jul 31, 2007
6:46 am

I'm getting a strange behavior with yui Panel in a IE-only scenario. I'm instantiating a Panel and setting the body of the Panel dynamically via an standard...
telerice
Offline Send Email
Jul 31, 2007
6:46 am

The script tags must be explicitly executed. I use the Bubbling Library Dispatcher http://bubbling.comarq.com/eng/api/docs/plugins/dispatcher/documentation ...
John Comerford
comerford_john
Offline Send Email
Jul 31, 2007
7:18 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help