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

  1. rkferri

    Hosting websites

    One of my sites they were really hacking. It's a funeral home website and the guestbook I wrote is what they were hacking. Which I knew might possibly happen since the guestbook is out there for anyone to sign. They were putting in viagra links and other stuff under peoples names. The other...
  2. rkferri

    Hosting websites

    Does anyone know of a good secure hosting provider for coldfusion websites? I'm currently with ixwebhosting and all my websites are getting hacked. I was wondering if anyone might have any ideas of a good hosting company. Thanks in advance, Kelly
  3. rkferri

    Exit out of website

    Thanks so much works wonderful!!
  4. rkferri

    Exit out of website

    I'm trying to figure out a way to alert users when exiting out of a website. The only thing I can think of to use is javascript. The website is done in just plain html. When you click on a button I want an alert box to pop up letting the user know they will be leaving this website. How can I...
  5. rkferri

    query help

    got it Thanks again!
  6. rkferri

    query help

    Thank you so much works great! Just for future reference how could I have two tables one field with my personid as autonumber and the second table's personid as an autonumber field. When I update the second table I insert my personid value from the first table into my personid in the second...
  7. rkferri

    query help

    Personid in my Obits table is an autonumber. Personid in my Guestbook table is a text. How can I get passed that error without changing the database types. I need to keep the guestbook personid as a text field since I'm just updating that field with the obits personid when I do updates.
  8. rkferri

    query help

    Thanks so much for responding!! I put in the following query: <cfquery datasource="#DSN#" name="getobit"> SELECT Obits.Personid, Obits.FirstName, Obits.MiddleName, Obits.LastName, Obits.DateOfDeath, Guestbook.personid, Guestbook.condolences FROM Obits...
  9. rkferri

    query help

    Hi all, I'm trying to do something very simple but I'm having a major brain freeze. I have two access tables and I'm trying to read data from both and display the information. My primary key in both tables is personid. My first table(obits) I want to get firstname, lastname, personid...
  10. rkferri

    query question

    I'm trying to display information from my access database by only displaying fields that are in the database for 90 days. I have a creation date which is the field I'm doing the 90 day compare on. Is there a quick and easy way to do this? Thanks in advance, Kelly
  11. rkferri

    problem with insert

    Yes I did spot the difference when I reposted the query I had put back in the tick marks. Sorry If I mislead you. When I try it without the tick marks like this: ###DateFormat(DOB, "MM/DD/YYYY")### I get the following error: Syntax error in date in query expression '##'. SQL = "Insert...
  12. rkferri

    problem with insert

    If I do what you said I get the same error. This is now what my sql looks like. Insert into Obits (FirstName, MiddleName, LastName, DOB, DeathDate, BirthCity, BirthState, Visitation, FuneralMass, Cemetery, <cfif isDefined("Picture")><cfif...
  13. rkferri

    problem with insert

    I'm using an access database and have the date fields set to datetime. I know if I change these to text I will not get an error but I want them defined as Datetime. Every time I do an insert I get the following error: ODBC Error Code = 22005 (Error in assignment) [Microsoft][ODBC Microsoft...
  14. rkferri

    Looking for a coldfusion application

    I'm wondering if anyone might know of where I can purchase a coldfusion application that will give me the ability to post Obituaries, give condolences, view condolences, etc.... Any help in this matter would be greatly appreciated.
  15. rkferri

    Javascript problem please help!!

    Thanks Again vongrunt!! I know this code is messed up!! We didn't write it we bought the product and you know how that goes!! I have found a couple more things in the javascript that were not coded correctly. I have gotten passed the errors I requested your help on again Thank you!! Going...
  16. rkferri

    Javascript problem please help!!

    Thanks vongrunt that got me passed that error. Now I'm getting another one!!!! Arggggggg!!!! I'm not very good with Javascript I'm just learning so I'm pulling my hair out!! The next error is this: Line: 108 Char: 3 Error: Syntax Error Code: 0 Line 108 is the first if statement after the...
  17. rkferri

    Javascript problem please help!!

    I have a web application that is written in .asp when I hit on one of the web controls to allow me to upload a .pdf I keep getting the following error: Line: 39 Char: 43 Error: Syntax Error Code: 0 Here is my code that I am using. Line 39 is where the code var sCheckFlag = ""; is at...

Part and Inventory Search

Back
Top