Re: [PHP] question (as if anything else would be in an email to the list...)

2001-01-19 Thread Jason Jacobs
ou the thingy > alert(document.formname.inputNameToChange.value); > } > file://--> > > > > > > label1 > label2 > > > > --end cutting-- > > DanO (javascript is your friend, not your enemy!) > > > -----Original Message----- > From: Jason

Re: [PHP] question (as if anything else would be in an email to the list...)

2001-01-19 Thread Jason Jacobs
ou the thingy > alert(document.formname.inputNameToChange.value); > } > file://--> > > > > > > label1 > label2 > > > > --end cutting-- > > DanO (javascript is your friend, not your enemy!) > > > -----Original Message----- > From: Jason

Re: [PHP] question (as if anything else would be in an email to the list...)

2001-01-18 Thread Jason Jacobs
> then again, in the context of what you're doing, why not just build in a > little php logic that knows if your select is a certain value, something > else should happen? Well, the select can't be a value until the user choses something (the stuff). Based on the option the choose, a value needs

RE: [PHP] question (as if anything else would be in an email to the list...)

2001-01-18 Thread DanO
ipt is your friend, not your enemy!) -Original Message- From: Jason Jacobs [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 1:33 PM To: [EMAIL PROTECTED] Subject: [PHP] question (as if anything else would be in an email to the list...) Hi again. I have a new problem. I have

[PHP] question (as if anything else would be in an email to the list...)

2001-01-18 Thread Jason Jacobs
Hi again. I have a new problem. I have a form with a drop down list. When the user chooses something from the list, I need a variable to change values so it can be used upon submission of the form. I thought maybe I could throw a little line of code into an onChange() function in the tag, but