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

    Generating PDF in ASP to be used in MAC OS

    Is there an additional syntax that I need to add to my ASP file to allow MAC OS 10.2.8 user to be able to view pdf file ?? It works alright on Windows but it somehow fail for Mac OS. I'm just wondering. Anyone have a clue ?
  2. nawrioj

    radio button validation

    Hi I'm trying to use this function to validate radio button but it doesn't seem to work. Can anybody tell me what's wrong with it ? What should I be putting on the radio button validation ? This is the portion I add else if (test.indexOf('radio') != -1) { if(!val)errors += '- '+args[i]+'...
  3. nawrioj

    Basic Question regarding PHP

    What is the difference between $message and $$message ? anybody know?
  4. nawrioj

    HTMl includes

    Can we do an include in HTML file ? like including a file containing a navigation code in an HTML file(index.html) nawrioj
  5. nawrioj

    Removing duplication

    I'm trying to do a site search which have 4 functionalities (exact phrase, allword match, any word match and near match). These 4 types of site search will select the same fields but different conditions. Any ideas on how I can eliminate the duplication ? I will need to display all the result...
  6. nawrioj

    Site search on any word match

    Does anyone has a suggestion on how to do site search on any word match. So If we provide a keyword "new black shoes", the site search will query the database for keyword "new", "black", and "shoes". I need to bear in mind that I don't want any Duplication. Anybody has an idea of how to...
  7. nawrioj

    recordset Question

    Is it possible to pull a recordset from the database and adding new recordset to the previous recordset. So it's going to be like recordset1 + recordset2 = newrecordset If this possible can anybody show me the simple way to do this ?? thanks nawrioj
  8. nawrioj

    returning the desired rows

    Hi I'm writing a site search code for asp and I have a problem with sql server stored procedure. I basically want to search the site and display 20 result perpage but I have no idea how to show result 1-20 on first page and result 21-40 on the next page and so on. Can somebody help me out here...
  9. nawrioj

    returning desired rows

    Hi I'm writing a site search code for asp and I have a problem with sql server stored procedure. I basically want to search the site and display 20 result perpage but I have no idea how to show result 1-20 on first page and result 21-40 on the next page and so on. Can somebody help me out here...
  10. nawrioj

    Problem with javascript

    i got a little bit of problem with my script for php page that I'm creating. I want to assign a case with multiple practice areas which will correspond with several subpractice_areas. I want the page to show the subpractice areas for the practice areas selected. However it is not doing...

Part and Inventory Search

Back
Top