[jQuery] Re: iframe ang jQuery

2009-03-27 Thread jay
It doesn't matter what is used to generate the (x)html/css. Just set the src of the iframe to the URL and it should work. On Mar 27, 3:47 pm, themba wrote: > Hi Guys is it possible to embed a php website on an asp website using > jQuey or is possible to create a dynamic height iframe for embedd

[jQuery] Re: iframe ang jQuery

2009-03-27 Thread themba
Thank you, my problem is that a normal iframe cannot have an auto height, I don't want any scroll bars shown, the iframe should be resized according to contents. I was hoping maybe there is a solution to this using jQuery. Thank you. On Mar 27, 10:05 pm, jay wrote: > It doesn't matter what i

[jQuery] Re: iframe ang jQuery

2009-03-28 Thread matski
Do you need jQueryfor that? Can't you jut use the HTML tag in the frame you don't want scrollbars in? http://www.w3.org/TR/REC-html40/present/frames.html On Mar 28, 4:41 am, themba wrote: > Thank you, my problem is that a normal iframe cannot have an auto > height, I don't want any scroll bars

[jQuery] Re: iframe ang jQuery

2009-03-28 Thread Mike Alsup
> Do you need jQueryfor that? Can't you jut use the HTML tag > in the frame you don't want scrollbars > in?http://www.w3.org/TR/REC-html40/present/frames.html > > On Mar 28, 4:41 am, themba wrote: > > > Thank you, my problem is that a normal iframe cannot have an auto > > height, I don't want a

[jQuery] Re: iframe ang jQuery

2009-03-28 Thread bjorsq
Have you thought of using AJAX to embed the remote page within a instead of using an iFrame? I know you would have to use JSONP to get it to work across domains, so it kind of depends on how much control you have over each site. Another way of doing it would be using a proxy script to fetch the

[jQuery] Re: iframe ang jQuery

2009-03-29 Thread Themba Ntleki
Thanks, guys, basically, I want an iframe auto-resize, how can use use Ajax to load the other website in a div. I want to embed a php driven page in a asp.net website. I found this script online, but the script does not work: http://www.kaali.co.uk/article-Cross-bowser-iframe-auto-resize-scrip

[jQuery] Re: iframe ang jQuery

2009-03-29 Thread bjorsq
If you want a website loaded in a div, then that would be a little bit difficult - I was really talking about loading content from another website (not the whole thing with stylesheets, images, video, scripts, etc.). I think it would be possible if you could run scripts in both the parent docume

[jQuery] Re: iframe ang jQuery

2009-04-04 Thread matski
You can use AHAH instead of AJAX to load content into a div, though I'm unsure whether you can load external xhtml in... http://microformats.org/wiki/rest/ahah On Mar 30, 4:27 am, bjorsq wrote: > If you want a website loaded in a div, then that would be a little bit > difficult - I was really t