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 strongm 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: faver
  • Content: Threads
  • Order by date
  1. faver

    link open a file and redirect

    Hello, I have been trying for a few hors and I cannot come up with an easy answer. I have a form, when it gets submited it goes to a new page on this new page I put a button that when clicked it opens a batch file up to this point everything works well. I would like to add a script that once...
  2. faver

    response.redirect to an dynamic page

    hello, I am trying to do a response.redirect to dynamic page I have tried this Response.redirect("<href=""parts.asp?id=")Response.Write (rspart("id"))Response.Write (""">" & rspart("id")) what I want to accomplish is that the redirect will take me to parts?id=2or whatever else number this...
  3. faver

    Show previous month

    hello, I am writing a script and I need to show the previous month I can show the current month but I have no idea how to go about showing the previous month could somebody point me in the right direcction? Here is what I have for the current month <% CurrDate = Now() CurrMonthID =...
  4. faver

    Data from two Excel sheets into one

    Hello, I am very new to excel and all the office applications. I have an excel spread workbook that contains two spread sheets (A and B) In Sheet A I have sales figures for last year and in Sheet B I have sales figures for this year. Is there a way that I could combine both? My data looks...

Part and Inventory Search

Back
Top