how can I make interactive webpage with a radio buttons to be selected from "client side" and switch questions after clicking button in another webpage "admin side"
Client page
Option 1: <input type="radio" value="a">
Option 2: <input type="radio" value="b">
Admin Page
//something says question selected = "b" after client select an answer
<input type="button" value="next Question">
after pressing Next button in admin page it automatedly switch client page to another question
Client Page again after admin press Next button
Option 3: <input type="radio" value="c">
Option 4: <input type="radio" value="d">
Note: i saw this style in a website called mintimeter and the link for this feature here