passing data and substr...HELP!!!!!!!!!!!!
Posted: Sat Jan 10, 2004 1:26 pm
i have a problem here..
i have a submit form...with textboxes and a combobox...
the combobox contains a list of ID's like A1,B1 and C1...
let say i select A1 and click submit...
then the second form appear...
FYI,at the earlier submit form,i did a substr function after select the A1...
i want to cut only the "A"...
the purpose is at the second page,the A from the substr,will be used...
the second page contains a combobox with list of ID's like A2,A3,B2,B3...
so,when i choose A1 from the submit page,the combobox at the second page will allow me to choose only IDs starting with A...and same with B1 or C1..
and i have problem at the second page..
the combobox has nothing to choose...
i wonder whats wrong...
how to do this?
i mean how to do a substr at the first page,and then use the cut item to compare it with the other item at the second page?
substr(let say A)-->post to 2nd page-->use the A to display records starting with A only
do u understand what i'm trying to do?
sorry for my bad english...
i'm trying to talk here...
pls help....
i have a submit form...with textboxes and a combobox...
the combobox contains a list of ID's like A1,B1 and C1...
let say i select A1 and click submit...
then the second form appear...
FYI,at the earlier submit form,i did a substr function after select the A1...
i want to cut only the "A"...
the purpose is at the second page,the A from the substr,will be used...
the second page contains a combobox with list of ID's like A2,A3,B2,B3...
so,when i choose A1 from the submit page,the combobox at the second page will allow me to choose only IDs starting with A...and same with B1 or C1..
and i have problem at the second page..
the combobox has nothing to choose...
i wonder whats wrong...
how to do this?
i mean how to do a substr at the first page,and then use the cut item to compare it with the other item at the second page?
substr(let say A)-->post to 2nd page-->use the A to display records starting with A only
do u understand what i'm trying to do?
sorry for my bad english...
i'm trying to talk here...
pls help....