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 Chriss Miller 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: davmold
  • Content: Threads
  • Order by date
  1. davmold

    data to outlook

    Hello All, I am having a little problem with a javascript within my ASP code. Before hand I apologize if this is not the correct Forum to post this. Senario: I have an asp Page that has an javascript when you submit the page the java script opens outlook and enters some data into the email To...
  2. davmold

    form check if tow numbers are the same

    hi, I am working on creating a form. I have about 16 fields where the user need to enter a number. But I need to make sure that before the form is submited I can check that the user has not enter the same number twice and that is less than 100. I am new to programming and looking for some...
  3. davmold

    if then bgcolor =

    hello I am having some problems with a script that I am writing I have a table and I want a number to apperar if is = 12 rsGuestbook("perstat").value = 12 then response.write "<center><b><font color=""black""><bgcolor=""green"">" & rsone("perstat").value &...
  4. davmold

    Query with different dates

    Hello, I am new to access. I have imported a table that contains parts, price and the date they were sold. so my data looks like this Part Number Price Date A123 $10 05/01/2007 A123 $25 03/02/2007 BC12 $05 03/05/2007 BC12...
  5. davmold

    ASP operands

    I am still learing ASP I know you can do a <, >, =, etc. but how could you do a between for example I would like to take the numbers between 1 and 7 can this be done with asp? thank you
  6. davmold

    ASP and Charts

    Hello I am looking to create a pie chart and I came across this thread thread333-1192857 In this tread you can download a pie chart example I was wondering if there would be a way to add a link to each part of the pie I tried a few things but did not work. this is the code that is available...
  7. davmold

    update specific record

    hello, I came across a script for a guest book, This guest book script has an update_select.asp page that builds a link where you can click and it will redirect you to the specified record. example http://myserver/update_form?id=123 this works well I was wondering if I could redirect it to...
  8. davmold

    redirect after submit

    I have a form that gets processed with an asp script. and I have another page where you can update the entered data(this form also has asp code.) Is there a way to redirect the input form to the updateform I have tried MM_editRedirectUrl = "view1.asp?id=Recordset1.Fields.Item("id")" but...
  9. davmold

    rs.next and insert

    Hello All, I am working on a project. I have an asp script that returns all the records for a work id in my db. The data that I get looks somewhat like this Work Order 1234 12345 12346 12347 What I am trying to accomplish is to convert each order into a button so the user can click on the...

Part and Inventory Search

Back
Top