Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Pass variable to ASP script from javascript


Message #1 by ron.flolid@d... on Tue, 26 Feb 2002 22:09:26
Maybe you can use the querystring?
Like:
function passdata(xx){        <-- Value off of Text Box
    location.href  =  "yourPage.asp?data=" + xx
}
/Peter



  Return to Index