Groups | Blog | Home
all groups > asp.net building controls > september 2006 >

asp.net building controls : How to load aspx page using ajax


MS
9/21/2006 5:47:12 PM
I want to load ASPX page using javascript ( ajax ) in an other page
How can i do get it
Thansks in advance

Gaurav Vaish (www.EduJiniOnline.com)
9/24/2006 12:00:00 AM
[quoted text, click to view]

What's the problem?
Give the URL as the corresponding page.

// request is XMLHttpRequest.

request.open('GET', 'otherPage.aspx', false);
request.send(null);
request.responseText contains the HTML generated.



--
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------

AddThis Social Bookmark Button