Re: [wdvltalk] JavaScript problem

2005-07-21 Thread Scott Glasgow
For coding questions, it's all but impossible to troubleshoot without seeing the applicable code. However, a start might be to add an alert to your little javascript to ensure that it is being called both times (when the order unit is initially changed and again when it is changed back). I

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

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