OT: Javascript Question. JS Wizards needed!

2005-04-13 Thread Che Vilnonis
Any JS wizards out there? I have a simple FORM... #i# What I would like to do is to display the pulldown's value (minus 1) further down on the page as 'text' that is not a part of a FORM's input box. As the pulldown's value is changed, the text is changed. Any

RE: Javascript Question. JS Wizards needed!

2005-04-14 Thread Micha Schopman
This is basic beginners stuff. This is number one This is number two This is number three Get yourself a basic book about Javascript, or try to invest some time in using Google. Micha Schopman Project Manager

RE: Javascript Question. JS Wizards needed!

2005-04-14 Thread dave
le it ;) From: "Micha Schopman" <[EMAIL PROTECTED]> Sent: Thursday, April 14, 2005 4:04 AM To: CF-Talk Subject: RE: Javascript Question. JS Wizards needed! This is basic beginners stuff. This is number one This is number two This is number three Get yourself a basic

RE: Javascript Question. JS Wizards needed!

2005-04-14 Thread Micha Schopman
Because there are people who think they can almost post every lazy question without investing some of their own time in it. "Quick, easy, post it here people will solve it for me, in the meanwhile I am gonna get me some coffee". This question has nothing to do with ignorance, it has to do with peo

RE: Javascript Question. JS Wizards needed!

2005-04-14 Thread Che Vilnonis
need help. Oops, I forgot... you'll never need it! ~Che -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 4:20 AM To: CF-Talk Subject: RE: Javascript Question. JS Wizards needed! Because there are people who think they can almost post every l

Re: Javascript Question. JS Wizards needed!

2005-04-14 Thread Jochem van Dieten
Che Vilnonis wrote: > > FTR, I went to several javascript sites. But how should we know that? "Describe the research you did to try and understand the problem before you asked the question." http://www.catb.org/~esr/faqs/smart-questions.html#beprecise Jochem ~~

RE: Javascript Question. JS Wizards needed!

2005-04-14 Thread Che Vilnonis
[mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 9:32 AM To: CF-Talk Subject: Re: Javascript Question. JS Wizards needed! Che Vilnonis wrote: > > FTR, I went to several javascript sites. But how should we know that? "Describe the research you did to try and understand the problem bef

RE: Javascript Question. JS Wizards needed!

2005-04-14 Thread Michael T. Tangorre
> From: Jochem van Dieten [mailto:[EMAIL PROTECTED] > Che Vilnonis wrote: > > > > FTR, I went to several javascript sites. > > But how should we know that? Come on, cut the guy some slack. For heavens sake ~| Find out h

RE: Javascript Question. JS Wizards needed!

2005-04-14 Thread John Stanley
undertaken before the question is posed. -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 9:43 AM To: CF-Talk Subject: RE: Javascript Question. JS Wizards needed! Dually (sp) noted Jochem. Its not like I ask a question a day. More like a few

Re: Javascript Question. JS Wizards needed!

2005-04-14 Thread Mark Drew
t; undertaken before the question is posed. > > -Original Message- > From: Che Vilnonis [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 14, 2005 9:43 AM > To: CF-Talk > Subject: RE: Javascript Question. JS Wizards needed! > > Dually (sp) noted Jochem. Its not

RE: Javascript Question. JS Wizards needed!

2005-04-14 Thread Andy Mcshane
I cannot believe this thread! If in your opinion you think that someone has been "lazy" and asked a question that you feel that they have not done any reasearch on then don't bother to reply to it! It's that simple. There has been more time spent flaming this poor guy than it actually took to an

RE: Javascript Question. JS Wizards needed!

2005-04-14 Thread Che Vilnonis
Thanks all. I can defend myself. :) -Original Message- From: Andy Mcshane [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 10:31 AM To: CF-Talk Subject: RE: Javascript Question. JS Wizards needed! I cannot believe this thread! If in your opinion you think that someone has been

Re: Javascript Question. JS Wizards needed!

2005-04-14 Thread Ray Champagne
I totally agree with you on this one. I think an apology is in order, Micha. Your comments were at best uncalled for, and if it were me that said that, I would be ashamed of myself. Ray Andy Mcshane wrote: > I cannot believe this thread! If in your opinion you think that someone has > been "

Re: Javascript Question. JS Wizards needed!

2005-04-14 Thread Claude Schneegans
>>I totally agree with you on this one. Me too. If someone participates in this list, it is either because he is a beginer and has questions to ask, or because he has the skill and enjoy answering questions,... or both. Beside the fact that we all are specilists in some area and beginers in som

Re: Javascript Question. JS Wizards needed!

2005-04-14 Thread Jared Rypka-Hauer - CMG, LLC
It's nice to see bad behavior being called out... and I won't say another word. :) J On 4/14/05, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>I totally agree with you on this one. > > Me too. > If someone participates in this list, it is either because he is a > beginer and has questions t

Re: Javascript Question. JS Wizards needed!

2005-04-14 Thread Will Tomlinson
I agree as well. And this is coming from someone that probably holds the HoF record on asking basic questions. Sometimes a berating is warranted, but not on this one. Will ~| Logware (www.logware.us): a new and convenient web

Re: Javascript Question. JS Wizards needed!

2005-04-14 Thread Charlie Griefer
c'mon people...micha was mean and now everyone's mad at him. we get it. let's move this over to cf-whogivesacrapanymore :) On 4/14/05, Will Tomlinson <[EMAIL PROTECTED]> wrote: > > I agree as well. And this is coming from someone that probably holds the > HoF record on asking basic questions. >

RE: Javascript Question. JS Wizards needed!

2005-04-15 Thread Andy Mcshane
Yeah, let's all be friends again and move on :-) From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Thu 14/04/2005 23:45 To: CF-Talk Subject: Re: Javascript Question. JS Wizards needed! c'mon people...micha was mean and now everyone's mad

Re: OT: Javascript Question. JS Wizards needed!

2005-04-13 Thread Charlie Griefer
(not tested) :) #i# function changeDisplay(fVal) { document.getElementById('displayValue').innerHTML = fVal - 1; } On 4/13/05, Che Vilnonis <[EMAIL PROTECTED]> wrote: > > Any JS wizards out there? I have a simple FORM... > > > > #i# > > > > What I would like to do is to display the