Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PanayiotisT

    Passing values from client side-scripts to server side-scripts

    Hello there fellow programmers . What I am asking here is simple.I have a server side script and a client-side script. <% Dim strtest strtest = "Value as test" %> <script language=VBscript> Dim strtester strtester = <%=strtest%> MsgBox strtester,,"The User Test" </script> As you see this is the...

Part and Inventory Search

Back
Top