XmlHttp Help

Discussion in 'ASP' started by markwilson, Sep 24, 2008.

  1. markwilson

    markwilson New Member

    Joined:
    Sep 2, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    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.
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    You can parse the HTML, or use regular expressions.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice