I use the following to reload the page once the user has clicked on a radio button from 0-5:
Code: Select all
onClick="javascript: window.location.href='?ref=$ref&k=10'">This is my process:
1. load user data
1a. If coming from 3a, save GET data
2. pick out one at random to show
3. populate radio buttons with JS hrefs
3a. onClick of radio button, go back to 1
****
Figured it out... thanks