Sorry for the delayed reply,
Thank you for the responses. I have resolved the issue by using ajax.request instead.
However i am now running into another issue.
The page is loaded into the div and you can do what you have to with it. However it does not work 100% in IE (Surprise)
I am getting an error when i try to use the in place editing.
This is the line i am getting the error on
Event.observe(document,'click', this.windowClick.bindAsEventListener(this));
The IE error that is getting thrown out is "Object doesn't support this property or method"
Any suggestions? aside from removing IE 6? 🙂
Obviously it works fine in FF and does not throw out any errors.
Is there a problem with Event.observe in ie?