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 SkipVought 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. tonyfitz

    Session values in Frames

    Hi, I have a site www.accountancypartner.com I use 3rd party credit card processing that I intigrate into my web site using frames. After the credit card has been processed the user is returned to a normal non frame page on my site however the session values of Session("user") and...
  2. tonyfitz

    Reading HTML Code to extract an e-mail address

    I can manage the rotation through multiple pages fine. Its the identification of the e-mail address on the returned HTML code and extracting it is my problem. Even if i could identify the entire table that contains the e-mail address I could work with that. Any ideas as to the code to identify...
  3. tonyfitz

    Reading HTML Code to extract an e-mail address

    Hi, I am using this code to extract a web page from another web site and display it on my http://localhost Set objHTTP = Server.CreateObject("Microsoft.XMLHTTP") objHTTP.Open "GET", "https://www.xyz.com", false objHTTP.Send Response.Write objHTTP.ResponseText I...
  4. tonyfitz

    Keyword Search

    What code do I require to run a keywrod search in asp? I have a table of employee resumes. I want to query all fields in the table by keyword and retrieve all records that match the keyword. Can anyone help Regards Tony
  5. tonyfitz

    SELECT Count & Select Query

    Thanks That works fine Regards Tony
  6. tonyfitz

    SELECT Count & Select Query

    The example I used at the begining was a simplistic version of what I actually have. I tried to work your code into what I have but without success. I have therefore included the actual table data here. I would really appreciate it if you could show me the code to work with this Thanks. Sorry...
  7. tonyfitz

    SELECT Count & Select Query

    Hi Dan or anyone else I was a little hasty in thinking everything worked. The code produces an answer however not the one i'm looking for. Basically the code you wrote will tell me the jobs slots purchased in the manner in which they were purchased plus the total amount of jobs posted and the...
  8. tonyfitz

    SELECT Count & Select Query

    Thanks Dan (Genius) Chard I tried your solution and I'm all sorted now Thanks a million Tony
  9. tonyfitz

    SELECT Count & Select Query

    I am developing a recruitment web site. I have 2 tables. Customers purchase Job Slots which last 12 months. A slot holds one job at a time. The table called PAYMENT holds information about the purchases of job slots made by customers. The table called JOBS shows the jobs posted by the customer...
  10. tonyfitz

    If Then Statement

    Works perfectly Thanks Digga Tony
  11. tonyfitz

    If Then Statement

    Hi How do I write an "if then" statement where two conditions must exst at the same time for one function to be carried out: if a=1 and b=2 then carry out some function Thanks Tony
  12. tonyfitz

    Select * from table where a = a and b = *

    Hi Everyone I am developing a jobs site where employers post their jobs and job seekers can run a search from a search form. The search form has 4 criteria each with dropdown options to pick from. the first option in each criteria is "ALL" which I want to return all values from that...
  13. tonyfitz

    Multiple FP Forms on single web page

    I have two FP forms on a single web page. I have published each form on its own and they work fine. When I combine both forms the user completes one form and gets an error message however I am sent e-mail responses from both forms. Is there a conflict between these two forms. I have different...

Part and Inventory Search

Back
Top