N
nkammah
Hi,
I have an html page that looks like this :
##################################
workweek : 1,2,3,4,5,6
display : O ByDate | O ByEquip
__________________________
i frame to display
__________________________
###################################
1,2,3,4,5,6 are links
By Date/ ByEquip are radio buttons.
The objective is to display the links in the iframe based on the
Display selected.
For instance :
if i click on workweek 1 and ByDate is selected, then i will open
1_ByDate.html in the iframe.
if i click on workweek 1 and ByEquip is selected, then i will open
1_ByEquip.html in the iframe.
Is it feasible? Does anyone have some example on a website?
Thank you very much for yoru support.
I have an html page that looks like this :
##################################
workweek : 1,2,3,4,5,6
display : O ByDate | O ByEquip
__________________________
i frame to display
__________________________
###################################
1,2,3,4,5,6 are links
By Date/ ByEquip are radio buttons.
The objective is to display the links in the iframe based on the
Display selected.
For instance :
if i click on workweek 1 and ByDate is selected, then i will open
1_ByDate.html in the iframe.
if i click on workweek 1 and ByEquip is selected, then i will open
1_ByEquip.html in the iframe.
Is it feasible? Does anyone have some example on a website?
Thank you very much for yoru support.