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...
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...
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
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...
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...
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...
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...
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...
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.
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...
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...
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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.