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: kelly5518
  • Order by date
  1. kelly5518

    problem in Mozilla

    Ok, thanks Vragabond.
  2. kelly5518

    problem in Mozilla

    I can understand why you might feel that way and I'll certainly consider removing it because my primary concern is the customer, but you didn't spend countless hours editing images for products that might be sold by other affiliates, so take that into consideration. :-\ All of the features that...
  3. kelly5518

    problem in Mozilla

    Does that look right to you now? Also, if you look at it in IE, do you get the newer style of submit button? (The one that has a slight blue border around it and it's more rounded...basically like the Firefox button.) For some reason IE is displaying the older style form button for me. I think...
  4. kelly5518

    problem in Mozilla

    Hi, Thanks for the response. I had it disabled, but I've re-enabled it. I know, people can still get images, but it will deter enough to make it worthwhile. I'll try float and let you know how I make out. Thanks, kelly
  5. kelly5518

    problem in Mozilla

    Hi, I'm having a problem getting the search input box on the following page to display on the same line as the "Shopping Cart", "Checkout" and "Order Tracking" links. http://www.presentville.com/store I know there are probably several errors in the html, but this is a shopping cart script...
  6. kelly5518

    Empty Forms Submitted

    This should do the trick. Thanks a bunch! kelly
  7. kelly5518

    Empty Forms Submitted

    The problem is that the form is where the fields that are "required" are specified, so if someone just enters the url in the browser, then the script is executed without any "required" fields. You could hard-code the script itself to check for the specific fields, except that I don't know...
  8. kelly5518

    Empty Forms Submitted

    Hi, I have a problem with a form on a site. This is a guestbook script that was modified for my needs. The form posts information to a list that's displayed on the site. The problem is that I'm getting empty posts on the site. I have both client side and some server side validation, but only if...
  9. kelly5518

    Empty Form Submissions

    Thanks for offering to help Paul, but I think I figured it out. The (server side) script doesn't trim spaces before checking for empty fields (which is the main problem), but also I was not doing server side checking for a radio button field which I have now set as required, and I think that...
  10. kelly5518

    Empty Form Submissions

    Hi, I have a guestbook script written in perl that I'm using on a web site to allow people to post their name and contact information as well as a few other fields. It sends me an email every time someone adds their name to the list. But for some reason I'm getting emails/posts coming through...
  11. kelly5518

    Strip Spaces not working

    Well, I guess that wasn't the problem after all. I'm still getting empty posts even though I have server-side validation as well as javascript validation. Does this mean it's some sort of hack? Thanks for all suggestions.
  12. kelly5518

    Please review this site

    Thanks AtomicChip, I agree about the Candy Bouquet logo. Candy Bouquet is a franchise (http://www.candybouquet.com), and is just one of the things that Presentville carries (so it's not my client's logo). The logo on the Candy Bouquet site is just as bad. I guess I could try to work on their...
  13. kelly5518

    Please review this site

    Ohhhhh, I thought you were talking about the images. :-) Ok, well I'll run that by my client and either way is fine with me. Thanks for looking. kelly
  14. kelly5518

    Please review this site

    Hi Kevin, I'm not sure what you're referring to about "double borders" unless you're talking about some of the product thumbnails that have white on the sides. If that's what you're referring to, the reason they're that way is that the shopping cart is set to display a 150px wide thumbnail, and...
  15. kelly5518

    form validation

    That seems to have fixed it. Thanks so much rac2!
  16. kelly5518

    form validation

    Sorry, no error message, it's just going ahead and sending the form through and it should strip spaces then check for empty form fields.
  17. kelly5518

    form validation

    Hi, Can someone tell me what's wrong with this code that it's not working: <script type="text/javascript"> function validateForm(){ stripSpaces(frm) function stripSpaces(frm) { var x = frm.email.value; frm.email.value = (x.replace(/^\W+/,'')).replace(/\W+$/,''); var z =...
  18. kelly5518

    Strip Spaces not working

    Got it done. Thanks for rattling my brain a little kaht. :-)
  19. kelly5518

    Strip Spaces not working

    Hmmm, why didn't I think of that! :-\ I'll look into doing some form validation server side. Thanks
  20. kelly5518

    Strip Spaces not working

    Hi, Quite a while back some nice person on this forum gave me the following script to prevent someone entering spaces in a form field that's required. It seems to work fine for me when I fill in the field with spaces and click submit, it gives the error message saying to fill in the required...

Part and Inventory Search

Back
Top