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: *

  • Users: Stim
  • Order by date
  1. Stim

    Call a VBScript function with a button?

    Have it post to a redirect page with the values '0' for the variable your emptying, then use response.redirect("whatever.asp?var=0&var2=0") or response.redirect("whatever.asp") and it should load it without anything in the basket... OR... above your code put... Dim action...
  2. Stim

    asp in informix

    whoops.... I was proven wrong :( I thought you could only do that with SQL database and PHP/MySQL databases... and in PHP I know you can call another page. I didnt know that though. 'Learn something new every day!'
  3. Stim

    Trying to show calculations

    Put your calculations into a function on pageb.asp, with the calculation form on pagea.asp, when they submit, split into an array with your function on pageb.asp, have it calculate it, and return it to the browser... I would go more in depth if I knew what you were trying to calculate
  4. Stim

    Recordset help

    Check out some articles from http://aspcode.net or http://www.aspin.com If you gave more information, like whats on 'line 636' I may be able to help directly.
  5. Stim

    Dynamic Databases - How??

    You can find paging info at http://aspcode.net/showart.asp?art_id=101 This is the code I used to display x amount of records at a time.

Part and Inventory Search

Back
Top