asp help
-
iam developing a website in ASP and iam totally new to asp.iam having two frames in my first frame which is my default page iam having four listboxes which is dynamicaly related to each other .now i want to pass the selected value from the fourth list box to another combobox which is in another frame now can you just help me?how to go about it?
-
iam developing a website in ASP and iam totally new to asp.iam having two frames in my first frame which is my default page iam having four listboxes which is dynamicaly related to each other .now i want to pass the selected value from the fourth list box to another combobox which is in another frame now can you just help me?how to go about it?
Hi, you can access this in javascript as follows: top.frames[0].form1.combo_name.selectedIndex Om Prakash