Preserved Topic: Issues with a multiple selection form (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Maryland, USA |
posted 08-16-2002 00:42
In the following code, i am attempting to perform the methods listed in the VALUES of the select part of the form on the click of a button. here is the code of the whole page. by the way, all of the methods listed have no errors, and i linked to them instead of showing them on the age to lessen confusion. code: <html>
|
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 08-16-2002 01:13 |
Bipolar (III) Inmate From: |
posted 08-16-2002 08:55
if I understand you right, I think that this little demo should do the trick for you - modify away to your hearts content code: <script language="javascript">
|
Paranoid (IV) Inmate From: Maryland, USA |
posted 08-16-2002 19:38
what i'm trying to do is to use one of those verbs or methods to perform an action on the text in the textbox. so i want the variable that is the value of one of the selections to be used as a verb. i put in the alert to make sure it was reading the selection box correctly, therefore; yes you were reading me correctly. |
Paranoid (IV) Inmate From: Maryland, USA |
posted 08-16-2002 19:41
Thank you. That was completely effective. I did not know about the eval() function. |