Search results

  1. H

    Form Validation

    hey hatton i found you on sitepoiont. heh. really old post from almost 5 years ago. http://www.sitepoint.com/forums/showthread.php?t=5224 anyway thanks for the help. atomi
  2. H

    axis 1.1

    hey everyone! I was hoping axis 1.1 would be installed on win6. i have a coldfusion web site and i need to access java code using axis for the paypal mass pay api. Is it possible to install in the application pool if it isnt already?
  3. H

    coldfusion api?

    Hey everyone! Can coldfusion call api? are there any good tutorial links anyone? thanks If anyone is familiar with cfobject? atomi
  4. H

    Form Validation

    how do i serverside validate a checkbox for "I agree to terms of use" ? I tried passing the name of the checkbox <input type="checkbox" name="terms"> but i get an error in my action page saying form.terms is undefined. edit: NM i got it. I used this code <cfelseif form.terms is not "yes">
  5. H

    Form Validation

    thats alot of code! I was interested in this bit of code here <cfif (Form.cPassword NEQ Form.cPassword2) OR NOT Len(Form.cPassword)> I feel silly for not thinking of that. Anyway. I ve got another problemo Im researching atm. Until Later!
  6. H

    Form Validation

    Imgoing ahead and using a technique from EAsyCFM at http://tutorial192.easycfm.com/ I also took a gander at your form page at your 3-ld site. Could you post or tell how you did the dual password verification? That is if your feeling helpful. thanks again Hatton.
  7. H

    Form Validation

    Id like to use server side validation. I was doing some cut and paste coding and funny thing. theres a difference between ?text? and "text" so this was my problem. thanks for the replys Hatton. When Im done with this site ill post it up see what you think. also if you can give me...
  8. H

    Form Validation

    the syntax is correct. the problem is the code just doesnt seem to do what its suppose to. I have an input type image that submits the form (for aesthetics) and no matter what is entered the form is processed. My impression of the command required="yes" was that it would not submit a form...
  9. H

    Form Validation

    I was hoping, someone, Hatton maybe? would be able to help me Im trying to use cfform and cfinput for validation. However, although jscript is turned on it doesnt seem to work. Its very simple code <cfform action="action/template" method="post"> User Name:<cfinput name="uname" type="text"...
  10. H

    Its kind of cheesy heh

    Something to think about. this is kind of old but I thought it was interesting. http://www.internetnews.com/security/article.php/3424491
  11. H

    URLEncodedFormat

    Thanks for the reply Hatton. I was interested in passing a simple text string through url. However I've devised a circuit that uses <cfswitch expression="url.var"><cfcase value="bleh"> to do display text respectively.
  12. H

    cfdirectory on root

    Good tips Hatton. I am reading up on this as I write this. It seems GetBaseTemplatePath() would seem more appropriate in my case. Im adjusting my code accordingly. Thanks
  13. H

    cfdirectory on root

    Hi! Anyone know how i can create a directory from my application. The directory needs to be in my hshome directory. atomi <CFDIRECTORY action = ?CREATE? directory = ?d:\dirhome\uhome\udir\? mode = ?UnixPermissionDescriptor?> nevermind got it. :)
  14. H

    URLEncodedFormat

    has URLEncodedFormat been disabled somehow?
  15. H

    intermittent down times

    Im lucky my site(s) isnt completed. Its scary to think this may happen again when my site(s) is at 100% Security Layer? ===> a deep moat with gators barbed wire cement/steel blocks and some anti air would do nicely please thank you. atomi
  16. H

    CF Registry Disabled - Applicaiton Problem Fix

    Ive went ahead and did some reading on <cflogin> sounds like it might make more sense for me. Thanks atomi
  17. H

    intermittent down times

    ------------------------------------- post by Yash (Customer Support) The following issue was due to an issue in our switch which was resolved promptly. Details are available here: http://support.jodohost.com/showthread.php?p=16849 --------------------------------------- HI! So...
  18. H

    How Long to Load

    would anyone please care to check if access to their database is available through enterprise manager. My client seems to show no items available in the database console tree. Thanks. nm seems to working now :)
  19. H

    CF Registry Disabled - Applicaiton Problem Fix

    Hatton if the clientstorage for a user key is cookie where on the server is the cookie stored?
  20. H

    cfregistry

    http://support.jodohost.com/showthread.php?t=738 thx Hatton. feel free to delete this thread as I did not see the previous post.
Back
Top