Code: Select all
print("<INPUT TYPE='RADIO' NAME='site' onChange=");?>"window.location.href='updateranks.php?action=inactivate&subact=0';"<? print(" CHECKED>Active");
print("<INPUT TYPE='RADIO' NAME='site' onChange=");?>"window.location.href='updateranks.php?action=inactivate&subact=inactive';"<? print(">Inactive");Code: Select all
<INPUT TYPE='RADIO' NAME='site' onChange="window.location.href='updateranks.php?action=inactivate&subact=0';" CHECKED>Active
<INPUT TYPE='RADIO' NAME='site' onChange="window.location.href='updateranks.php?action=inactivate&subact=inactive';">InactiveAnyone have any ideas about how to make this work automatically?