Can anyone please assist me. I have an asp page which contains a form and within this form I have, amongst other items, a text box, 2 combo boxes(1 visible & 1 hidden) both the combos contain set lists. What I am trying to achieve is that if a numeric value is entered into the text box then combo1=hidden and combo2=visible
AND depending upon what is selected in the visible combo box I wish to display some relevant text as the combos hold an abrieviation of the actual text.
I know I can sort of achieve this by posting my asp page back to itself and refreshing it but from what I can see it would be smarter to use javascript, of which I know very little. I know I should take time out to learn it as Im becoming more reliant of its use but from HTML, ASP, SQL and Flash My brains getting fried.
AND depending upon what is selected in the visible combo box I wish to display some relevant text as the combos hold an abrieviation of the actual text.
I know I can sort of achieve this by posting my asp page back to itself and refreshing it but from what I can see it would be smarter to use javascript, of which I know very little. I know I should take time out to learn it as Im becoming more reliant of its use but from HTML, ASP, SQL and Flash My brains getting fried.