[wdvltalk] JavaScript problem

2005-07-21 Thread Portman
Hi, I am adding a shopping cart to someone's website and have a problem with the JavaScript. The buyer can buy items by the package or by the case (which have different prices.) I wrote a little JavaScript to check what has been selected and to set the price accordingly but find that if

Re: [wdvltalk] JavaScript problem

2005-07-21 Thread Scott Glasgow
Subject: [wdvltalk] JavaScript problem Hi, I am adding a shopping cart to someone's website and have a problem with the JavaScript. The buyer can buy items by the package or by the case (which have different prices.) I wrote a little JavaScript to check what has been selected and to set

Re: [wdvltalk] JavaScript problem

2005-07-21 Thread Portman
Thanks for the reply Scott. I did put alerts in to help me and they seemed to work fine. (The code is in the html page I sent earlier.) I will look at it again and see if I can spot the problem. Thanks, Riva Scott Glasgow wrote: For coding questions, it's all but impossible to troubleshoot

[wdvltalk] JavaScript problem

2005-07-01 Thread Todd Richards
Hey Guys - I want to be able to have a different icon next to my link when you are on that page. I have a javascript that I modified, but it is not working. I had to modify the output for document.write to include my rollovers, and I have a feeling that is where my problem is. Escaping quotes,

Re: [wdvltalk] JavaScript problem

2005-07-01 Thread Howard Cheng
Instead of dynamically writing out the img tags, why not just have those all as static HTML and manipulate their contents using Javascript? I think that would probably be a lot easier. Todd Richards [EMAIL PROTECTED] wrote : Hey Guys - I want to be able to have a different icon next to my

RE: [wdvltalk] JavaScript problem

2005-07-01 Thread Howard Cheng
- Not sure I understand what you mean, but if there is an easier way to do it then I'm certainly for it! Todd -Original Message- From: Howard Cheng [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 10:42 AM To: wdvltalk@lists.wdvl.com Subject: Re: [wdvltalk] JavaScript

RE: [wdvltalk] JavaScript problem

2005-07-01 Thread Todd Richards
Ahhh, I see. I will look at that and give it a shot. Thanks! Todd -Original Message- From: Howard Cheng [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 1:40 PM To: wdvltalk@lists.wdvl.com Subject: RE: [wdvltalk] JavaScript problem What I mean is, have your HTML for your

RE: [wdvltalk] JavaScript problem

2005-07-01 Thread Todd Richards
Hi Howard - Not sure I understand what you mean, but if there is an easier way to do it then I'm certainly for it! Todd -Original Message- From: Howard Cheng [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 10:42 AM To: wdvltalk@lists.wdvl.com Subject: Re: [wdvltalk] JavaScript