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

  1. OldWilly

    Auto Scroll a Table

    Scenario: I have a table with 300+ records in it. I scroll half way down and do an edit on one record then post it. When post is complete it sends me back to the TOP of the table. Is there any way I can go back to the table from where I left it? Hopefully someone can give me a nudge in the right...
  2. OldWilly

    CAPTCHA Software

    We want something to help keep bots out of our CF forms. Can anyone recommend a good package for us to buy?
  3. OldWilly

    XML postback from UltraCart

    Can anyone give me a shell program parsing XML from UltraCart? I just need to see how a couple of the variables are handled, then I should be good to go from there. What I know about XML wouldn't fill up a thimble. Thanks in advance. A sample of their example: <?xml version="1.0"...
  4. OldWilly

    Server Time 1 hour behind

    I suspected that our server didn't update the clock after the last time change. I logged on and found the time to be correct. Then I ran a .cfm displaying #Now()# and found IT to be behind 1 hour. Is there some setting in CF for this?
  5. OldWilly

    Cold Fusion to PHP

    I'm converting some CF sites to PHP. While being fairly well-versed in Cold Fusion, I am enirely new to PHP. I've read several tutorials, but have failed to find equivalents of things I do in CF. For instance, I'm coding a form which has several drop-down lists which are filled with the results...
  6. OldWilly

    Form Dynamic &quot;select&quot;

    yes it is much faster. One more question please ... How do I keep the option <option value="*">-- Pick a State First --</option> on top of the list? This will force a user to open the box and choose one. As it is if the user didn't choose, he would get the first county in the list assigned...
  7. OldWilly

    Form Dynamic &quot;select&quot;

    voila !! Your post gave me the hint I needed. I changed oZone.state = #state#; to oZone.state = "#state#"; (with the double quotes around it, it worked). Try it out! Thank you so much for your help. I owe you a couple cold ones for sure. In your opinion, would this page load faster if I...
  8. OldWilly

    Form Dynamic &quot;select&quot;

    check this out: http://www.e-databasedesign.com/01.cfm It runs but does not populate the selectCounty select box. If you view the source, all the arrays appear to be there. Here's my updated code (I had to change some of the variable names to mesh with my DB) <cfquery name="getCounties"...
  9. OldWilly

    Form Dynamic &quot;select&quot;

    oh, yeesss, please post the code and I'll see if I can make it fit. Thank you.
  10. OldWilly

    Form Dynamic &quot;select&quot;

    enclosed is the result of me butchering your code. (obviously I don't have a clue what I'm doing) I would prefer to do the query within the function so I would be reading in 50 counties rather than 3000. SELECT * FROM Counties WHERE state = '#state#' ORDER BY County (it's a lot faster... but...
  11. OldWilly

    Form Dynamic &quot;select&quot;

    Pleae forgive me if I'm posting to the wrong forum. I know a little ColdFusion but absolutely nothing about JavasScript. I have a lengthy form, part of which is the standard input.. name, address, city, state, zip + a whole bunch more. My client now wants a "county" select box. I have an MSSQL...
  12. OldWilly

    Convert d8 sound file to Wav Format

    Does anyone know how to convert d8 sound files to Wav Format?
  13. OldWilly

    Where can I get a copy of EMgr and Query Analyzer

    I tried downloading SQL 2000A and it didn't give me the option for EM and QA. Guess I just don't know what I'm doing.
  14. OldWilly

    CF Server Install - Web Server

    Now I'm on Windows 2000 Professional and loading CF again. I've loaded CFMX and CF Studio 5 and don't see an Inetpub folder. Do I need one? Do I need PWS?
  15. OldWilly

    CFQUERY UPDATE Problem

    I have no problem updating my tables. But I do seem to have a problem remembering to put in a 'WHERE' clause. Thus, all my records get updated and then I get very irate phone calls. Is there any way I can get an error msg or a warning msg if my update statement is missing the WHERE clause?
  16. OldWilly

    opening Excel file in browser problem

    This is a great solution. Is there any way changes can be made and saved as we have people in multiple locations who need to update xls files? (pushing it, huh?)
  17. OldWilly

    Static Background Picture

    Well, it's slow on mine. Perhaps because I'm on cable?
  18. OldWilly

    Static Background Picture

    I'm not even sure this is the correct forum for my question. My client insists on his site being in frames. He wants 2 of these frames to carry the same background pictures thru all his pages. Thus the backgrounds get re-loaded on each page (slows things down even tho the pix are in the 30k...
  19. OldWilly

    Drop-Down Boxes?

    Outstanding - thank you. This site has a bunch of good stuff!
  20. OldWilly

    Drop-Down Boxes?

    I'm not even sure the term "drop-down" is correct. Well, whatever it's called, my client wants them. A good example of what is wanted can be found at http://www.choicepointinc.com/business/public/public.html At the top are 4 boxes, the first being "About ChoicePoint". When you roll the mouse...

Part and Inventory Search

Back
Top