Reputation: 11765
Is it possible to load an aspx page in div..? I just want to replace div instead of iframe... Is that possible? then how?
Thanks in advance.
Upvotes: 0
Views: 172
Reputation: 17762
Yes, with ajax. Check out jQuery ajax.
Upvotes: 1
Reputation: 499002
No. divs contain HTML, not whole documents.
div
If you want to load a whole page inside another, you can only use frames.
However, if you are interested in loading document fragments, look at AJAX.
Upvotes: 2
Reputation: 5390
With Ajax ?
http://en.wikipedia.org/wiki/Ajax_(programming)