Damn. You're absolutely right. I was trying to reproduce an old
application that used iframes using the UI library provided by ext
instead (without introducing any iframes). I was thinking about so
many other possible issues that I missed the obvious one.
Thanks for setting me straight.
On 4
Or you could use an iframe and set it's src attribute.
Rob,
I believe the problem is that cross-domain requests aren't allowed.
Were you able to do this prior to incorporating ext?
What you probably need to do is make a request to your server, have it
get http://www.myuri.com/index.htm by some means then return the
content back to the browser.
Bra
Hi Rob
You can use Ext's UpdateManager to do this - it supports a lot more
Ext-specific options etc so I'd recommend it over using jQuery's .load().
Basically you can do something like:
Ext.get("panel-bottom").getUpdateManager().update(blah);
Check out the api docs for more info -
http://www.e
4 matches
Mail list logo