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

    REcaptcha doesn't work in Chrome and Firefox

    Hello, I have found source code for recaptcha and try to deploy it in my suggestionform in COld Fusion. It works OK in IE, but doesn't work in Firefox and Chrome. Does anybpdy know how can I fix it? Thank you ver much
  2. olchik

    ReCaptcha: how to keep information after form refreshes

    Hello, I am trying to add ReCaptcha to my form. If someone enters wrong words or nothing at all in reCaptcha field, form refreshes itself. Everything is working fine, except two dynamic fields. I have two fields that appear if someone selects certain selection from dropdowns. I was able to...
  3. olchik

    How to use reCaptcha in Cold Fusion form?

    Hello, does anybody know how to use reCaptcha in CF form? I have found source code for CF but I cannot get it to work. If anybody knows how, please help... Thank you
  4. olchik

    CFINPUT VALIDATION IN ColdFusion 8 doesn't work

    Hello, We just got to the point when we need to upgrade our CF5 to CF8. When I tested my forms, it appears validation dones't work on any of them. I mean simple cfinput validation...here is an example of simplest code... <script language="JavaScript1.2"><!-- function validate(f) { if...
  5. olchik

    HOW TO OUTPUT MULTIPLE SELECT VALUES DROP DOWN?

    Hello, I am trying to output multiple select values in drop down box. This is an update form. User sees what he selected previously and can edit it if needed. This is my code: <tr> <td bgcolor=eeeeee width="226" valign="top"><font size="2" face="Verdana, Arial, Helvetica...
  6. olchik

    How to limit multiple drop down select to 8 selections?

    Hello, does anybody know how to limit multiple drop down selection box to 8 (user can only select up to 8 options) Thank you very much!
  7. olchik

    How to populate drop down select from multiple select selections

    Hello, I have a multiple drop down select and I need to populate another drop down from values selected in that drop down. Does anybody know how can I do it? Thank you very much!
  8. olchik

    GETTING ERROR WHEN i USE &quot;DISTINCT&quot; IN CFQUERY

    Hello, I am hiiting the wall trying to get Distinct work in my query. Here is the code: <cfquery name="get_admin_rank" datasource="HomePage"> SELECT rank.request_id, request.request_id, postweeks.request_id, distinct(postweeks.pw_id), request.key_postweek, postweeks.postweek, admin_rank...
  9. olchik

    HOW TO GET WEEK NUMBERS WITH CORRESPONDING DATES?

    Hello, I am not sure how to get answer to my question so I tried to ask it in different way. I need to generate drop down box with week numbers and corresponding dates. For exapmle: Week 1 (01/02/2006 - 01/06/2006) Week 2 (01/09/2006 - 01/13/2006) Week 3 (01/15/2006 -...
  10. olchik

    CALENDAR WITH WEEKS SELECTION

    Hello, I need to include calendar in my form that allows users to select weeks. For example: user requests his article to be displayed on the front page on the first, second and forth week in December. I need them to be able to select those weeks on the calendar. Then I need to record this value...
  11. olchik

    How to &lt;Cfoutput query=&quot;&quot;&gt; around &lt;cffile&gt;

    I am trying to put query results in txt file. I know it will overwrite this txt file if I put <cfoutput query="queryname"> around <cffile>. Does anybody know how can I go around it? My query results in more than one record, but so far I get only one record in my TXT file.
  12. olchik

    HOW TO EXPORT OUTPUT TO TEXT FILE?

    Hello, I was trying to export output to TXT file, but I keep getting error. My code: <cffile action = "write" file = "file="#GetTempDirectory()#homepagerank.txt" output = "Rank: #get_admin_rank.admin_rank# Headline: #get_admin_rank.headline# URL: #get_admin_rank.headline# Image Path...
  13. olchik

    WYSIWYG editor use in Cold Fusion Application

    Hello, did anyone use WYSIWYG editor in Cold Fusion? I have big text area field that needs to work like HTML editor. RIght now user creates html in dreamweaver and then copies it in this text area. I need to make their life easier and put WYSIWYG editor in place. Any suggestions? Thank you!
  14. olchik

    128-bit encryption decryption example

    Hello, I am trying to find decent example of 128-bit encryption/decryption algorithm. I did find a couple codes but I didn't understand and I didn't see decryption. Please help! Thank you!
  15. olchik

    128-bit encryption

    Hello, does anybody know how to do 128-bit encryption in Cold Fusion 5? I need to encrypt data and ten decrypt it before downloading to CSV file. Thank you very much Olchik
  16. olchik

    Creating Report in Cold Fusion without Crystal Reports

    Hello, Does anybody know if it is possible to create printable report in Cold Fusion (without Crystal Reports)? Thank you Olchik
  17. olchik

    When someone goes to the form via http I need the form to go to https

    Hello, Please help. The acctual link should start from http, but once clicked it should go to https://... I have no idea how to do it:-( Thank you
  18. olchik

    How can I get current URL?

    Hello, does anybody know how can I get current URL? Thank you Olchik
  19. olchik

    How to prevent users to use same login as the same time

    Hello, Please help me with this problem I need to preserve security t.e. so 2 people cannot login to the same site with the same username and password at the same time. I know how to put flag. I am thinking to have a field in DB where I put 1 once person logs in, but I don't know how to turn...
  20. olchik

    How to output query results inside another query results in chekboxes?

    Hello, Please help me with this problem. I need to make an update form in which I have to display all available courses (checkboxes named "courseID" with courseID in value) and at the same time I need to check those boxes that student already registered for. Here are my queries <cfif...

Part and Inventory Search

Back
Top