开发者

ASP page in a div

开发者 https://www.devze.com 2023-02-09 13:30 出处:网络
Is it possible to load an aspx page in div..开发者_JS百科? I just want to replace div instead of iframe... Is that possible? then how?

Is it possible to load an aspx page in div..开发者_JS百科? I just want to replace div instead of iframe... Is that possible? then how?

Thanks in advance.


No. divs contain HTML, not whole documents.

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.


Yes, with ajax. Check out jQuery ajax.


With Ajax ?

http://en.wikipedia.org/wiki/Ajax_(programming)

0

精彩评论

暂无评论...
验证码 换一张
取 消