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 Mike Lewis 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. vrhitman

    Access Text boxes through vbScript

    Hi, If you are working in an asp page, the easy way to do this is: response.write(&quot;<input type'text' name='txt1' value='&quot; & ASP_VARIABLE_HERE & '>&quot;) Otherwise you'll have to use a form object and call the name of the form and the value paramater. For example...
  2. vrhitman

    Text Box value as parameter to hyperlink?

    Hi, There is a sorta arse-backwards way to do this, but I know it works. If you surround the data entry fields (textboxes) with a <form> object, then if you have the image submit those fields to an asp page which assembles the request.form items into a variable, they can then be send as a...
  3. vrhitman

    Submitting a form from a vbscript function.

    I hope this helps, with MyForm, be sure that the <form name=&quot;MyForm&quot;> in the html code. Also, try <input type=&quot;submit&quot; value=&quot;Submit&quot;>. The other way to do it is in a form, using an image map, <img src=&quot;http://foo.bar/img.gif&quot...
  4. vrhitman

    Which program to use building asp and VBscripts?

    I will suggest Visual Studio. It's an expensive item, but well worth it. Visual InterDev in the Visual Studio 6.0 Package is incredible when combined with Personal Web Server (NT Option Pack 4).

Part and Inventory Search

Back
Top