I have a parent page where a select tag is there. It has a number of options. Now the user can select one of the options.
But the problem is the select tag doesnt have an id instead it has a name which is generated in runtime.
Now i want to fetch the selected value from child page javascript. Can anyone please provide me the pointers for this?