hello friends,
I have a main.html page with two frames with name=first and name=second respectively.
In the First frame contains an html page which includes a combo box with two elements 'red' & 'green'.
I want a html page 'red.html' to be displayed in the second frame when I select the 'red' element from combo box.Same way,another page 'green.html' should be displayed when I select 'green' element.
How do I redirect a specific html page to particular frame on Selected Element of Combo box ?
Thanks in advance,
I have a main.html page with two frames with name=first and name=second respectively.
In the First frame contains an html page which includes a combo box with two elements 'red' & 'green'.
I want a html page 'red.html' to be displayed in the second frame when I select the 'red' element from combo box.Same way,another page 'green.html' should be displayed when I select 'green' element.
How do I redirect a specific html page to particular frame on Selected Element of Combo box ?
Thanks in advance,