Group Activty: Navigation / Get menu selection
start process
case menu
get value
case value = "A", "a" then
Display 'PageA.html
else
case value = "B", "b"
get value 'Sport,News
if value = sport then
Display 'PageSport.html
else
if value = news then
Display 'PageNews.html
else
case value = "C", "c" then
Display 'PageC.html
else
case value = "D", "d" then
Display 'PageD.html
else
case value = "E", "e" then
Display 'PageE.html
else
case value = "F", "f" then
Display 'PageF.html
else value = "H", "h" then
Display 'PageH.html
else
'Display "Invalid Choose Re-enter"
loop
End case
End
No comments:
Post a Comment