I need to get the source code of webpage which is embeded with AJAX i.e. The web page is designed using PHP but the contents frame is designed using AJAX and the PHP pages is made to embed with this content page so we cant able to get the HTML source code of the web pages. Plz help me to find the possible solutions .... I'm a beginner so I tried up to my level but i couldnt find any solution plz help me in this........

Two strong clues:

Firebug will let you see/examine the HTML generated by ECMAScript (also known as Javascript); you may have to run the HTML through tidy() to make it readable. I think this is what you are attempting to do.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.