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: OldWilly
  • Content: Threads
  • Order by date
  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;

    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...
  7. OldWilly

    Convert d8 sound file to Wav Format

    Does anyone know how to convert d8 sound files to Wav Format?
  8. 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.
  9. 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?
  10. 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...
  11. 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...
  12. OldWilly

    Frames and Search Engines

    Is there a way to design a site using frames that will also be friendly to the search engine spiders? Any pros and cons to this concept?
  13. OldWilly

    Email Validate Filter

    What do I need to change in the below filter to make a dash (-) valid on the left side of the address? Ex: john-smith@xxx.com function FormValidator(theForm) { if (theForm.email.value == "") { alert("Please enter your \"Email Address\"."); theForm.email.focus(); return (false)...
  14. OldWilly

    body onload=&quot;SubmitForm()&quot;

    I'm trying to submit a form w/o using a submit button. But I'm getting &quot;object expected&quot;. Code following. <body onload=&quot;SubmitForm()&quot;> <form method=&quot;POST&quot; action=&quot;https://payflowlink.verisign.com/payflowlink.cfm&quot;> <!-- The following fields are required...
  15. OldWilly

    Did user enter my site via bookmark?

    In my site I pass cfid's and tokens in the URL. It looks like when a user bookmarks my pages and re-enters later that his/her session variables are not getting set up correctly. If I could identify those entering in this manner, I could clear all session vars and set them up correctly. Any...
  16. OldWilly

    CFTRY/CATCH question(s)

    Is there a way of using CFTRY/CATCH on full pages to see if a customer is experiencing difficulties? -- then emailing the error to myself? We suspect there might be errors (ones we can't duplicate) and would like to know what they are. If there is any such thing (especially getting the err msg...
  17. OldWilly

    Outlook - Print Graphics

    I'm pretty sure all I need is a setting ... but I can't find it. I just switched to a new computer and now from MS Outlook 2000, I can't print embedded (not attached) pics/graphics. All I get is the little box with the &quot;x&quot; in it.
  18. OldWilly

    Outlook 2000 Mail Merge

    I have some old (outlook) mail on my &quot;D&quot; drive that I would like to copy or merge into Outlook on my &quot;C&quot; drive. Any ideas on how?
  19. OldWilly

    Math Question

    I've forgotten my high school math. Am trying to write a formula in Cold Fusion to accomplish the following: sales + tax = grand total The numbers I have are the tax rate and the grand total. In other words, if the grand total is 100 and the tax rate is 10%, what was the sales price? (I know...
  20. OldWilly

    identifying site access origins

    Currently I write a log identifying site access origin by using the CGI.HTTP_REFERER variable. We have several site aliases/pointers. Is there any way I can determine, through a variable, which alias (www.address) that a client came from? At present, the CGI.HTTP_REFERER variable contains...

Part and Inventory Search

Back
Top