Dear all, plz look at that site , http://www.4guysfromrolla.com/demos/XMLHTTP.Demo1.asp It's a example of XMLHTTP , it will display first HTML script and den Actual page. now , Search with " IC_BatchSize " and "IC_RelevanceThreshold" u will get 2 input tag , Code: Code: <input type="hidden" name="IC_BatchSize" value="10"> <input type="hidden" name="IC_RelevanceThreshold" value="50"> now my Q? is how i can identify & retrieve that value(10 ,50) in my ASP page or in Session value. or shall i do XML Parsing like DOM to retrieve it. plz help , Thankx in Advance.