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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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 =...
  5. 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...
  6. kelly5518

    Please review this site

    Hi, I'd really appreciate if anyone would like to take a look at this site and let me know if there are any problems. I'd especially like anyone with a Mac to take a look. I don't have the navigation buttons on there yet, but you can still get around by using the image category links to the...
  7. kelly5518

    border problem in Mozilla

    Hi, I have a new site that has a problem in Mozilla with the borders around the product thumbnails. Viewing in IE will show it as it's intended. Can anyone tell me what would cause this? Please don't tell me it needs a doctype or that there are a bunch of errors, which I already know. These...
  8. kelly5518

    Styling the Submit Button

    Hi, Does anyone know if you can alter just the light blue inner border of the submit button without changing anything else? Thanks!
  9. kelly5518

    NMS Formmail from sourceforge.net

    Hi, I've been using the formmail script from sourceforge.net that is a rewrite of Matt's FormMail.pl, and has better security as well as new features. This script has worked great for me except now I'm trying to add additional recipients and can't seem to get it to work. It only mails the...
  10. kelly5518

    formmail from sourceforge.net

    Hi, I've been using the formmail script from sourceforge.net that is a rewrite of Matt's FormMail.pl, and has better security as well as new features. This script has worked great for me except now I'm trying to add additional recipients and can't seem to get it to work. It only mails the...
  11. kelly5518

    permissions for php script

    Hi, I'm new to working with php scripts but I've installed quite a few perl scripts and always had to chmod the perl script to 755. Is chmod necessary with php scripts, for example, a form processing script that mails the results to the webmaster? Or is it just a matter of the permissions of...
  12. kelly5518

    converting a string to capitalize first letter of each word

    Hi, I tried doing this through CSS, but because of an apparent bug in CSS, it doesn't convert the string when it originates as all caps. Strange, I know, but if the text entered is all lowercase or mixed case it works great, but when it's all uppercase, the text-transform: capitalize feature...
  13. kelly5518

    Problem with text-transform: capitalize

    Hi, I'm having a problem getting the contents of a div capitalized on the first letter of each word. It seems to work when the entered text is a mix of upper and lower case...or if the text that's entered is all lower case, but when it's entered all in uppercase, it leaves it that way (all...
  14. kelly5518

    background not showing in mozilla

    Hi, I have a couple of css questions: 1. I have the following code for my navigation, but the background image (a small fixed arrow) isn't showing on hover in Netscape or Firefox, but is fine in IE. Here's the code: td.nav a:hover {background-color: #224270; color: #E8E8DA; background-image...
  15. kelly5518

    Problem with Script in Mozilla

    Hi, I was wondering if someone could shed some light on a problem I'm having with a "Description Layer Script" that I found at http://javascript.internet.com/messages/description-layer.html. I'm using it to display definitions for terms found on a page, but the terms don't link to another...
  16. kelly5518

    Expending Menu

    Hi, I have a need for a dropdown menu (or really one that displays to the right of an image). This is for a previously designed site that has a curved navigation area. What I'd like to do is take one of the images that are currently linked to a page, and have it turn into a dropdown menu to the...

Part and Inventory Search

Back
Top